#F4C435

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

Shades of Saffron #F4C435

Tints of Saffron #F4C435

Color information

#F4C435 (or 0xF4C435) is unknown color: approx Saffron. HEX triplet: F4, C4 and 35. RGB value is (244,196,53). Sum of RGB (Red+Green+Blue) = 244+196+53=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 53 (21.09% from 255 or 10.75% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C435 is #0B3BCA. Grayscale: #C2C2C2. Windows color (decimal): -736203 or 3523828. OLE color: 3523828.

HSL color Cylindrical-coordinate representation of color #F4C435: hue angle of 44.92º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F4C435 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB24419653-
CMYK00.200.780.04
HSL44.92º89.67%58.24%-
HSV(B)44.92º78.28%95.69%-
XYZ57.6958.9711.71-
YUV194.0548.4163.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.49%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 53 (21.09% from 255) = 10.75%
R=49.49%
G=39.76%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441965300.200.780.0444.9289.6758.24
HexF4C4350144E42d5a3a
Octal3643046502411645513272
Binary111101001100010011010101010010011101001011011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C435; }

 p { color: rgb(244,196,53); }

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

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

 a { background-color: rgb(244,196,53); }

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

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

 span { border-color: rgb(244,196,53); }

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