#FBBE28

Color #FBBE28 Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #FBBE28

Tints of Saffron #FBBE28

Color information

#FBBE28 (or 0xFBBE28) is unknown color: approx Saffron. HEX triplet: FB, BE and 28. RGB value is (251,190,40). Sum of RGB (Red+Green+Blue) = 251+190+40=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBE28 is #0441D7. Grayscale: #BFBFBF. Windows color (decimal): -279000 or 2670331. OLE color: 2670331.

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

Color convert

RGB25119040-
CMYK00.240.840.02
HSL42.65º96.35%57.06%-
HSV(B)42.65º84.06%98.43%-
XYZ58.5857.4910.02-
YUV191.1442.71170.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.18%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 40 (16.02% from 255) = 8.32%
R=52.18%
G=39.50%
B=8.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511904000.240.840.0242.6596.3557.06
HexFBBE280185422b6039
Octal3732765003012425314071
Binary11111011101111101010000110001010100101010111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBE28; }

 p { color: rgb(251,190,40); }

 H1.HeaderClassName
 {
   color: #FBBE28;
 }
 .AnyTagClassName
 {
   color: #FBBE28;
 }
</style>
background-color css

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

 a { background-color: rgb(251,190,40); }

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

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

 span { border-color: rgb(251,190,40); }

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