#F4CA3B

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

Shades of Saffron #F4CA3B

Tints of Saffron #F4CA3B

Color information

#F4CA3B (or 0xF4CA3B) is unknown color: approx Saffron. HEX triplet: F4, CA and 3B. RGB value is (244,202,59). Sum of RGB (Red+Green+Blue) = 244+202+59=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 59 (23.44% from 255 or 11.68% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CA3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CA3B is #0B35C4. Grayscale: #C6C6C6. Windows color (decimal): -734661 or 3918580. OLE color: 3918580.

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

Color convert

RGB24420259-
CMYK00.170.760.04
HSL46.38º89.37%59.41%-
HSV(B)46.38º75.82%95.69%-
XYZ59.2261.7912.94-
YUV198.2649.41160.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.32%
GREEN value IS 202 (79.30% from 255) = 40%
BLUE value IS 59 (23.44% from 255) = 11.68%
R=48.32%
G=40%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442025900.170.760.0446.3889.3759.41
HexF4CA3B0114C42e593b
Octal3643127302111445613173
Binary111101001100101011101101000110011001001011101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CA3B; }

 p { color: rgb(244,202,59); }

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

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

 a { background-color: rgb(244,202,59); }

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

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

 span { border-color: rgb(244,202,59); }

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