#F1C536

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

Shades of Saffron #F1C536

Tints of Saffron #F1C536

Color information

#F1C536 (or 0xF1C536) is unknown color: approx Saffron. HEX triplet: F1, C5 and 36. RGB value is (241,197,54). Sum of RGB (Red+Green+Blue) = 241+197+54=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 54 (21.48% from 255 or 10.98% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C536 is #0E3AC9. Grayscale: #C2C2C2. Windows color (decimal): -932554 or 3589617. OLE color: 3589617.

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

Color convert

RGB24119754-
CMYK00.180.780.05
HSL45.88º86.98%57.84%-
HSV(B)45.88º77.59%94.51%-
XYZ56.9158.911.86-
YUV193.8549.08161.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.98%
GREEN value IS 197 (77.34% from 255) = 40.04%
BLUE value IS 54 (21.48% from 255) = 10.98%
R=48.98%
G=40.04%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411975400.180.780.0545.8886.9857.84
HexF1C5360124E52e573a
Octal3613056602211655612772
Binary111100011100010111011001001010011101011011101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C536; }

 p { color: rgb(241,197,54); }

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

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

 a { background-color: rgb(241,197,54); }

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

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

 span { border-color: rgb(241,197,54); }

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