Html Css Color HEX #FDF008 Lemon

📋 copy color: '#FDF008'

red 253 ◦ green 240 ◦ blue 8

#FDF008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #FDF008

Tints of Lemon #FDF008

RGB

 RED value IS 253 (99.22% from 255) = 50.5%

 GREEN value IS 240 (94.14% from 255) = 47.9%

 BLUE value IS 8 (3.52% from 255) = 1.6%

R = 50.5%
G = 47.9%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDF008 (or 0xFDF008) is known color: Lemon. HEX triplet: FD, F0 and 08. RGB value is (253,240,8). Sum of RGB (Red+Green+Blue) = 253+240+8=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 8 (3.52% from 255 or 1.60% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF008 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF008 is #020FF7. Grayscale: #DADADA. Windows color (decimal): -135160 or 585981. OLE color: 585981.

HSL color Cylindrical-coordinate representation of color #FDF008: hue angle of 56.82º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDF008 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 240 8 -
CMYK 0 0.05 0.97 0.01
HSL 56.82º 0.98% 0.51% -
HSV(B) 56.82º 0.97% 0.99% -
XYZ 71.71 83.22 12.51 -
YUV 217.44 9.81 153.36 -
System Red Green Blue C M Y K H S L
Decimal 253 240 8 0 0.05 0.97 0.01 56.82 0.98 0.51
Hex FD F0 8 0 5 61 1 39 62 33
Octal 375 360 10 0 5 141 1 71 142 63
Binary 11111101 11110000 1000 0 101 1100001 1 111001 1100010 110011

Color Harmonies of #FDF008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF008

Black with #FDF008

Text Example


Text Example

White with #FDF008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF008; }

 p { color: rgb(253,240,8); }

 H1.HeaderClassName
 {
   color: #FDF008;
 }
 .AnyTagClassName
 {
   color: #FDF008;
 }
</style>

background-color css

<style>
 a { background-color: #FDF008; }

 a { background-color: rgb(253,240,8); }

 div.DivClassName
 {
   background-color: #FDF008;
 }
 .BgClassName
 {
   background-color: #FDF008;
 }
</style>

border-color css

<style>
 span { border-color: #FDF008; }

 span { border-color: rgb(253,240,8); }

 td.TdClassName
 {
   border-color: #FDF008;
 }
 .TagClassName
 {
   border-color: #FDF008;
 }
</style>