#F1BA39

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

Shades of Saffron #F1BA39

Tints of Saffron #F1BA39

Color information

#F1BA39 (or 0xF1BA39) is unknown color: approx Saffron. HEX triplet: F1, BA and 39. RGB value is (241,186,57). Sum of RGB (Red+Green+Blue) = 241+186+57=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 57 (22.66% from 255 or 11.78% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA39 is #0E45C6. Grayscale: #BCBCBC. Windows color (decimal): -935367 or 3783409. OLE color: 3783409.

HSL color Cylindrical-coordinate representation of color #F1BA39: hue angle of 42.07º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1BA39 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB24118657-
CMYK00.230.760.05
HSL42.07º86.79%58.43%-
HSV(B)42.07º76.35%94.51%-
XYZ54.5754.1111.44-
YUV187.7454.22165.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.79%
GREEN value IS 186 (73.05% from 255) = 38.43%
BLUE value IS 57 (22.66% from 255) = 11.78%
R=49.79%
G=38.43%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411865700.230.760.0542.0786.7958.43
HexF1BA390174C52a573a
Octal3612727102711455212772
Binary111100011011101011100101011110011001011010101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BA39; }

 p { color: rgb(241,186,57); }

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

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

 a { background-color: rgb(241,186,57); }

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

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

 span { border-color: rgb(241,186,57); }

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