Html Css Color HEX #FDF004 Lemon

📋 copy color: '#FDF004'

red 253 ◦ green 240 ◦ blue 4

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

Shades of Lemon #FDF004

Tints of Lemon #FDF004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.8%

R = 50.91%
G = 48.29%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDF004 (or 0xFDF004) is known color: Lemon. HEX triplet: FD, F0 and 04. RGB value is (253,240,4). Sum of RGB (Red+Green+Blue) = 253+240+4=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 4 (1.95% from 255 or 0.80% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF004 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF004 is #020FFB. Grayscale: #D9D9D9. Windows color (decimal): -135164 or 323837. OLE color: 323837.

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

Color convert

RGB 253 240 4 -
CMYK 0 0.05 0.98 0.01
HSL 56.87º 0.98% 0.5% -
HSV(B) 56.87º 0.98% 0.99% -
XYZ 71.69 83.21 12.4 -
YUV 216.98 7.81 153.69 -
System Red Green Blue C M Y K H S L
Decimal 253 240 4 0 0.05 0.98 0.01 56.87 0.98 0.5
Hex FD F0 4 0 5 62 1 39 62 32
Octal 375 360 4 0 5 142 1 71 142 62
Binary 11111101 11110000 100 0 101 1100010 1 111001 1100010 110010

Color Harmonies of #FDF004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF004

Black with #FDF004

Text Example


Text Example

White with #FDF004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF004; }

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

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

background-color css

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

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

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

border-color css

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

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

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