#F1C53F

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

Shades of Saffron #F1C53F

Tints of Saffron #F1C53F

Color information

#F1C53F (or 0xF1C53F) is unknown color: approx Saffron. HEX triplet: F1, C5 and 3F. RGB value is (241,197,63). Sum of RGB (Red+Green+Blue) = 241+197+63=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C53F is #0E3AC0. Grayscale: #C3C3C3. Windows color (decimal): -932545 or 4179441. OLE color: 4179441.

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

Color convert

RGB24119763-
CMYK00.180.740.05
HSL45.17º86.41%59.61%-
HSV(B)45.17º73.86%94.51%-
XYZ57.1458.9913.08-
YUV194.8853.58160.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 197 (77.34% from 255) = 39.32%
BLUE value IS 63 (25% from 255) = 12.57%
R=48.10%
G=39.32%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411976300.180.740.0545.1786.4159.61
HexF1C53F0124A52d563c
Octal3613057702211255512674
Binary111100011100010111111101001010010101011011011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C53F; }

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

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

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

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

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

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

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

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