Html Css Color HEX #FBF520 Lemon

📋 copy color: '#FBF520'

red 251 ◦ green 245 ◦ blue 32

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

Shades of Lemon #FBF520

Tints of Lemon #FBF520

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.4%

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

R = 47.54%
G = 46.4%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FBF520 (or 0xFBF520) is known color: Lemon. HEX triplet: FB, F5 and 20. RGB value is (251,245,32). Sum of RGB (Red+Green+Blue) = 251+245+32=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 32 (12.89% from 255 or 6.06% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF520 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF520 is #040ADF. Grayscale: #DFDFDF. Windows color (decimal): -264928 or 2160123. OLE color: 2160123.

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

Color convert

RGB 251 245 32 -
CMYK 0 0.02 0.87 0.02
HSL 58.36º 0.96% 0.55% -
HSV(B) 58.36º 0.87% 0.98% -
XYZ 72.7 85.92 14.12 -
YUV 222.51 20.49 148.32 -
System Red Green Blue C M Y K H S L
Decimal 251 245 32 0 0.02 0.87 0.02 58.36 0.96 0.55
Hex FB F5 20 0 2 57 2 3A 60 37
Octal 373 365 40 0 2 127 2 72 140 67
Binary 11111011 11110101 100000 0 10 1010111 10 111010 1100000 110111

Color Harmonies of #FBF520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF520

Black with #FBF520

Text Example


Text Example

White with #FBF520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF520; }

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

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

background-color css

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

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

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

border-color css

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

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

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