Html Css Color HEX #FDF006 Lemon

📋 copy color: '#FDF006'

red 253 ◦ green 240 ◦ blue 6

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

Shades of Lemon #FDF006

Tints of Lemon #FDF006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.2%

R = 50.7%
G = 48.1%
B = 1.2%

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

#FDF006 (or 0xFDF006) is known color: Lemon. HEX triplet: FD, F0 and 06. RGB value is (253,240,6). Sum of RGB (Red+Green+Blue) = 253+240+6=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 6 (2.73% from 255 or 1.20% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF006 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF006 is #020FF9. Grayscale: #DADADA. Windows color (decimal): -135162 or 454909. OLE color: 454909.

HSL color Cylindrical-coordinate representation of color #FDF006: hue angle of 56.84º 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 #FDF006 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 240 6 -
CMYK 0 0.05 0.98 0.01
HSL 56.84º 0.98% 0.51% -
HSV(B) 56.84º 0.98% 0.99% -
XYZ 71.7 83.22 12.46 -
YUV 217.21 8.81 153.53 -
System Red Green Blue C M Y K H S L
Decimal 253 240 6 0 0.05 0.98 0.01 56.84 0.98 0.51
Hex FD F0 6 0 5 62 1 39 62 33
Octal 375 360 6 0 5 142 1 71 142 63
Binary 11111101 11110000 110 0 101 1100010 1 111001 1100010 110011

Color Harmonies of #FDF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF006

Black with #FDF006

Text Example


Text Example

White with #FDF006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF006; }

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

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

background-color css

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

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

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

border-color css

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

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

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