#F1BC39

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

Shades of Saffron #F1BC39

Tints of Saffron #F1BC39

Color information

#F1BC39 (or 0xF1BC39) is unknown color: approx Saffron. HEX triplet: F1, BC and 39. RGB value is (241,188,57). Sum of RGB (Red+Green+Blue) = 241+188+57=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 57 (22.66% from 255 or 11.73% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BC39 is #0E43C6. Grayscale: #BDBDBD. Windows color (decimal): -934855 or 3783921. OLE color: 3783921.

HSL color Cylindrical-coordinate representation of color #F1BC39: hue angle of 42.72º 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 #F1BC39 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB24118857-
CMYK00.220.760.05
HSL42.72º86.79%58.43%-
HSV(B)42.72º76.35%94.51%-
XYZ5554.9611.58-
YUV188.9153.56165.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.59%
GREEN value IS 188 (73.83% from 255) = 38.68%
BLUE value IS 57 (22.66% from 255) = 11.73%
R=49.59%
G=38.68%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411885700.220.760.0542.7286.7958.43
HexF1BC390164C52b573a
Octal3612747102611455312772
Binary111100011011110011100101011010011001011010111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BC39; }

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

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

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

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

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

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

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

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