Html Css Color HEX #FFF211 Lemon

📋 copy color: '#FFF211'

red 255 ◦ green 242 ◦ blue 17

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

Shades of Lemon #FFF211

Tints of Lemon #FFF211

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.08%

 BLUE value IS 17 (7.03% from 255) = 3.31%

R = 49.61%
G = 47.08%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFF211 (or 0xFFF211) is known color: Lemon. HEX triplet: FF, F2 and 11. RGB value is (255,242,17). Sum of RGB (Red+Green+Blue) = 255+242+17=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 17 (7.03% from 255 or 3.31% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF211 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF211 is #000DEE. Grayscale: #DDDDDD. Windows color (decimal): -3567 or 1176319. OLE color: 1176319.

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

Color convert

RGB 255 242 17 -
CMYK 0 0.05 0.93 0
HSL 56.72º 1% 0.53% -
HSV(B) 56.72º 0.93% 1% -
XYZ 73.09 84.8 13.05 -
YUV 220.24 13.31 152.8 -
System Red Green Blue C M Y K H S L
Decimal 255 242 17 0 0.05 0.93 0 56.72 1 0.53
Hex FF F2 11 0 5 5D 0 39 64 35
Octal 377 362 21 0 5 135 0 71 144 65
Binary 11111111 11110010 10001 0 101 1011101 0 111001 1100100 110101

Color Harmonies of #FFF211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF211

Black with #FFF211

Text Example


Text Example

White with #FFF211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF211; }

 p { color: rgb(255,242,17); }

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

background-color css

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

 a { background-color: rgb(255,242,17); }

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

border-color css

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

 span { border-color: rgb(255,242,17); }

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