Color Hex Logo

#f8f52b Color Hex

#F8F52B
(248,245,43)
0 Favorites   0 Comments

Color spaces of #f8f52b

RGB 24824543
HSL0.160.940.57
HSV59°83°97°
CMYK 0.000.010.83   0.03
XYZ71.799985.435714.9920
Yxy85.43570.41690.4961
Hunter Lab92.4314-23.097855.0854
CIE-Lab94.0705-19.071286.5015

#f8f52b color RGB value is (248,245,43).

#f8f52b hex color red value is 248, green value is 245 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #f8f52b hue: 0.16 , saturation: 0.94 and the lightness value of f8f52b is 0.57.

The process color (four color CMYK) of #f8f52b color hex is 0.00, 0.01, 0.83, 0.03. Web safe color of #f8f52b is #ffff33. Color #f8f52b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11110101 00101011
Octal 370 365 53
Decimal 248 245 43
Hex F8 F5 2B

RGB Percentages of Color #f8f52b

%46.27
%45.71
%8.02

CMYK Percentages of Color #f8f52b

%0
%1
%83
%3

Triadic Colors of #f8f52b

#f8f52b #2bf8f5 #f52bf8

Analogous Colors of #f8f52b

#f8f52b #95f82b #f88f2b

Monochromatic Colors of #f8f52b

#f8f52b

Complementary Color

#f8f52b #2b2ef8

#f8f52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8f52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8f52b Color CSS Codes

.mybgcolor {background-color:#f8f52b; } 
.myforecolor {color:#f8f52b; }
.mybordercolor {border:3px solid #f8f52b; }

#f8f52b Text Font Color

<p style="color:#f8f52b">Text here</p>

This sample text font color is #f8f52b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f8f52b Background Color

<div style="background-color:#f8f52b">
Div content here</div>

This div background color is #f8f52b


#f8f52b Border Color

<div style="border:3px solid #f8f52b">
Div here</div>

This div border color is #f8f52b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,245,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8f52b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8f52b;
  -webkit-box-shadow: 1px 1px 3px 2px #f8f52b;
  box-shadow:         1px 1px 3px 2px #f8f52b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,245,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f8f52b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f8f52b;
  -webkit-box-shadow: 1px 1px 3px 2px #f8f52b;
  box-shadow:         1px 1px 3px 2px #f8f52b;">
Div content here</div>

This div box has shadow with color #f8f52b

Related Colors


Comments

No comments written yet.

Please login to write comment.