#F3C42C

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

Shades of Saffron #F3C42C

Tints of Saffron #F3C42C

Color information

#F3C42C (or 0xF3C42C) is unknown color: approx Saffron. HEX triplet: F3, C4 and 2C. RGB value is (243,196,44). Sum of RGB (Red+Green+Blue) = 243+196+44=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C42C is #0C3BD3. Grayscale: #C1C1C1. Windows color (decimal): -801748 or 2934003. OLE color: 2934003.

HSL color Cylindrical-coordinate representation of color #F3C42C: hue angle of 45.83º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3C42C is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB24319644-
CMYK00.190.820.05
HSL45.83º89.24%56.27%-
HSV(B)45.83º81.89%95.29%-
XYZ57.1658.7210.7-
YUV192.7244.07163.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.31%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 44 (17.58% from 255) = 9.11%
R=50.31%
G=40.58%
B=9.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431964400.190.820.0545.8389.2456.27
HexF3C42C0135252e5938
Octal3633045402312255613170
Binary111100111100010010110001001110100101011011101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C42C; }

 p { color: rgb(243,196,44); }

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

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

 a { background-color: rgb(243,196,44); }

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

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

 span { border-color: rgb(243,196,44); }

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