#F5BF33

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

Shades of Saffron #F5BF33

Tints of Saffron #F5BF33

Color information

#F5BF33 (or 0xF5BF33) is unknown color: approx Saffron. HEX triplet: F5, BF and 33. RGB value is (245,191,51). Sum of RGB (Red+Green+Blue) = 245+191+51=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 51 (20.31% from 255 or 10.47% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BF33 is #0A40CC. Grayscale: #BFBFBF. Windows color (decimal): -671949 or 3391477. OLE color: 3391477.

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

Color convert

RGB24519151-
CMYK00.220.790.04
HSL43.3º90.65%58.04%-
HSV(B)43.3º79.18%96.08%-
XYZ56.8856.9111.12-
YUV191.1948.89166.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 51 (20.31% from 255) = 10.47%
R=50.31%
G=39.22%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451915100.220.790.0443.390.6558.04
HexF5BF330164F42b5b3a
Octal3652776302611745313372
Binary111101011011111111001101011010011111001010111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BF33; }

 p { color: rgb(245,191,51); }

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

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

 a { background-color: rgb(245,191,51); }

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

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

 span { border-color: rgb(245,191,51); }

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