Html Css Color HEX #FBF120 Lemon

📋 copy color: '#FBF120'

red 251 ◦ green 241 ◦ blue 32

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

Shades of Lemon #FBF120

Tints of Lemon #FBF120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.11%

R = 47.9%
G = 45.99%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FBF120 (or 0xFBF120) is known color: Lemon. HEX triplet: FB, F1 and 20. RGB value is (251,241,32). Sum of RGB (Red+Green+Blue) = 251+241+32=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 32 (12.89% from 255 or 6.11% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF120 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF120 is #040EDF. Grayscale: #DDDDDD. Windows color (decimal): -265952 or 2159099. OLE color: 2159099.

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

Color convert

RGB 251 241 32 -
CMYK 0 0.04 0.87 0.02
HSL 57.26º 0.96% 0.55% -
HSV(B) 57.26º 0.87% 0.98% -
XYZ 71.5 83.52 13.72 -
YUV 220.16 21.81 149.99 -
System Red Green Blue C M Y K H S L
Decimal 251 241 32 0 0.04 0.87 0.02 57.26 0.96 0.55
Hex FB F1 20 0 4 57 2 39 60 37
Octal 373 361 40 0 4 127 2 71 140 67
Binary 11111011 11110001 100000 0 100 1010111 10 111001 1100000 110111

Color Harmonies of #FBF120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF120

Black with #FBF120

Text Example


Text Example

White with #FBF120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF120; }

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

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

background-color css

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

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

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

border-color css

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

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

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