Html Css Color HEX #FFF006 Lemon

📋 copy color: '#FFF006'

red 255 ◦ green 240 ◦ blue 6

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

Shades of Lemon #FFF006

Tints of Lemon #FFF006

RGB

 RED value IS 255 (100% from 255) = 50.9%

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

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

R = 50.9%
G = 47.9%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFF006 (or 0xFFF006) is known color: Lemon. HEX triplet: FF, F0 and 06. RGB value is (255,240,6). Sum of RGB (Red+Green+Blue) = 255+240+6=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 6 (2.73% from 255 or 1.20% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF006 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF006 is #000FF9. Grayscale: #DADADA. Windows color (decimal): -4090 or 454911. OLE color: 454911.

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

Color convert

RGB 255 240 6 -
CMYK 0 0.06 0.98 0
HSL 56.39º 1% 0.51% -
HSV(B) 56.39º 0.98% 1% -
XYZ 72.43 83.59 12.49 -
YUV 217.81 8.47 154.53 -
System Red Green Blue C M Y K H S L
Decimal 255 240 6 0 0.06 0.98 0 56.39 1 0.51
Hex FF F0 6 0 6 62 0 38 64 33
Octal 377 360 6 0 6 142 0 70 144 63
Binary 11111111 11110000 110 0 110 1100010 0 111000 1100100 110011

Color Harmonies of #FFF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF006

Black with #FFF006

Text Example


Text Example

White with #FFF006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF006; }

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

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

background-color css

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

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

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

border-color css

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

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

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