#F5BB31

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

Shades of Saffron #F5BB31

Tints of Saffron #F5BB31

Color information

#F5BB31 (or 0xF5BB31) is unknown color: approx Saffron. HEX triplet: F5, BB and 31. RGB value is (245,187,49). Sum of RGB (Red+Green+Blue) = 245+187+49=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BB31 is #0A44CE. Grayscale: #BDBDBD. Windows color (decimal): -672975 or 3259381. OLE color: 3259381.

HSL color Cylindrical-coordinate representation of color #F5BB31: hue angle of 42.24º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5BB31 is Cyan = 0, Magento = 0.24, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB24518749-
CMYK00.240.80.04
HSL42.24º90.74%57.65%-
HSV(B)42.24º80%96.08%-
XYZ55.9855.1710.61-
YUV188.6149.22168.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.94%
GREEN value IS 187 (73.44% from 255) = 38.88%
BLUE value IS 49 (19.53% from 255) = 10.19%
R=50.94%
G=38.88%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.8
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451874900.240.80.0442.2490.7457.65
HexF5BB310185042a5b3a
Octal3652736103012045213372
Binary111101011011101111000101100010100001001010101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BB31; }

 p { color: rgb(245,187,49); }

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

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

 a { background-color: rgb(245,187,49); }

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

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

 span { border-color: rgb(245,187,49); }

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