Html Css Color HEX #FBF211 Lemon

📋 copy color: '#FBF211'

red 251 ◦ green 242 ◦ blue 17

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

Shades of Lemon #FBF211

Tints of Lemon #FBF211

RGB

 RED value IS 251 (98.44% from 255) = 49.22%

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

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

R = 49.22%
G = 47.45%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBF211 (or 0xFBF211) is known color: Lemon. HEX triplet: FB, F2 and 11. RGB value is (251,242,17). Sum of RGB (Red+Green+Blue) = 251+242+17=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 17 (7.03% from 255 or 3.33% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF211 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF211 is #040DEE. Grayscale: #DBDBDB. Windows color (decimal): -265711 or 1176315. OLE color: 1176315.

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

Color convert

RGB 251 242 17 -
CMYK 0 0.04 0.93 0.02
HSL 57.69º 0.97% 0.53% -
HSV(B) 57.69º 0.93% 0.98% -
XYZ 71.64 84.05 12.98 -
YUV 219.04 13.98 150.8 -
System Red Green Blue C M Y K H S L
Decimal 251 242 17 0 0.04 0.93 0.02 57.69 0.97 0.53
Hex FB F2 11 0 4 5D 2 3A 61 35
Octal 373 362 21 0 4 135 2 72 141 65
Binary 11111011 11110010 10001 0 100 1011101 10 111010 1100001 110101

Color Harmonies of #FBF211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF211

Black with #FBF211

Text Example


Text Example

White with #FBF211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF211; }

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

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

background-color css

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

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

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

border-color css

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

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

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