#F1C534

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

Shades of Saffron #F1C534

Tints of Saffron #F1C534

Color information

#F1C534 (or 0xF1C534) is unknown color: approx Saffron. HEX triplet: F1, C5 and 34. RGB value is (241,197,52). Sum of RGB (Red+Green+Blue) = 241+197+52=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C534 is #0E3ACB. Grayscale: #C2C2C2. Windows color (decimal): -932556 or 3458545. OLE color: 3458545.

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

Color convert

RGB24119752-
CMYK00.180.780.05
HSL46.03º87.1%57.45%-
HSV(B)46.03º78.42%94.51%-
XYZ56.8658.8811.62-
YUV193.6348.08161.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.18%
GREEN value IS 197 (77.34% from 255) = 40.20%
BLUE value IS 52 (20.70% from 255) = 10.61%
R=49.18%
G=40.20%
B=10.61%

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
Decimal2411975200.180.780.0546.0387.157.45
HexF1C5340124E52e5739
Octal3613056402211655612771
Binary111100011100010111010001001010011101011011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C534; }

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

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

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

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

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

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

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

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