#F4C540

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

Shades of Saffron #F4C540

Tints of Saffron #F4C540

Color information

#F4C540 (or 0xF4C540) is unknown color: approx Saffron. HEX triplet: F4, C5 and 40. RGB value is (244,197,64). Sum of RGB (Red+Green+Blue) = 244+197+64=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C540 is #0B3ABF. Grayscale: #C4C4C4. Windows color (decimal): -735936 or 4244980. OLE color: 4244980.

HSL color Cylindrical-coordinate representation of color #F4C540: hue angle of 44.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4C540 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24419764-
CMYK00.190.740.04
HSL44.33º89.11%60.39%-
HSV(B)44.33º73.77%95.69%-
XYZ58.259.5413.27-
YUV195.8953.57162.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.32%
GREEN value IS 197 (77.34% from 255) = 39.01%
BLUE value IS 64 (25.39% from 255) = 12.67%
R=48.32%
G=39.01%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441976400.190.740.0444.3389.1160.39
HexF4C5400134A42c593c
Octal36430510002311245413174
Binary1111010011000101100000001001110010101001011001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C540; }

 p { color: rgb(244,197,64); }

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

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

 a { background-color: rgb(244,197,64); }

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

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

 span { border-color: rgb(244,197,64); }

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