Html Css Color HEX #FBF112 Lemon

📋 copy color: '#FBF112'

red 251 ◦ green 241 ◦ blue 18

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

Shades of Lemon #FBF112

Tints of Lemon #FBF112

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.25%

 BLUE value IS 18 (7.42% from 255) = 3.53%

R = 49.22%
G = 47.25%
B = 3.53%

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

#FBF112 (or 0xFBF112) is known color: Lemon. HEX triplet: FB, F1 and 12. RGB value is (251,241,18). Sum of RGB (Red+Green+Blue) = 251+241+18=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 18 (7.42% from 255 or 3.53% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF112 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF112 is #040EED. Grayscale: #DBDBDB. Windows color (decimal): -265966 or 1241595. OLE color: 1241595.

HSL color Cylindrical-coordinate representation of color #FBF112: hue angle of 57.42º 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 #FBF112 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 241 18 -
CMYK 0 0.04 0.93 0.02
HSL 57.42º 0.97% 0.53% -
HSV(B) 57.42º 0.93% 0.98% -
XYZ 71.35 83.46 12.92 -
YUV 218.57 14.81 151.13 -
System Red Green Blue C M Y K H S L
Decimal 251 241 18 0 0.04 0.93 0.02 57.42 0.97 0.53
Hex FB F1 12 0 4 5D 2 39 61 35
Octal 373 361 22 0 4 135 2 71 141 65
Binary 11111011 11110001 10010 0 100 1011101 10 111001 1100001 110101

Color Harmonies of #FBF112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF112

Black with #FBF112

Text Example


Text Example

White with #FBF112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF112; }

 p { color: rgb(251,241,18); }

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

background-color css

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

 a { background-color: rgb(251,241,18); }

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

border-color css

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

 span { border-color: rgb(251,241,18); }

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