Html Css Color HEX #FDF005 Lemon

📋 copy color: '#FDF005'

red 253 ◦ green 240 ◦ blue 5

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

Shades of Lemon #FDF005

Tints of Lemon #FDF005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1%

R = 50.8%
G = 48.19%
B = 1%

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

#FDF005 (or 0xFDF005) is known color: Lemon. HEX triplet: FD, F0 and 05. RGB value is (253,240,5). Sum of RGB (Red+Green+Blue) = 253+240+5=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 5 (2.34% from 255 or 1.00% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF005 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF005 is #020FFA. Grayscale: #DADADA. Windows color (decimal): -135163 or 389373. OLE color: 389373.

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

Color convert

RGB 253 240 5 -
CMYK 0 0.05 0.98 0.01
HSL 56.85º 0.98% 0.51% -
HSV(B) 56.85º 0.98% 0.99% -
XYZ 71.7 83.21 12.43 -
YUV 217.1 8.31 153.61 -
System Red Green Blue C M Y K H S L
Decimal 253 240 5 0 0.05 0.98 0.01 56.85 0.98 0.51
Hex FD F0 5 0 5 62 1 39 62 33
Octal 375 360 5 0 5 142 1 71 142 63
Binary 11111101 11110000 101 0 101 1100010 1 111001 1100010 110011

Color Harmonies of #FDF005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF005

Black with #FDF005

Text Example


Text Example

White with #FDF005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF005; }

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

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

background-color css

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

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

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

border-color css

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

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

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