#F3C62C

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

Shades of Saffron #F3C62C

Tints of Saffron #F3C62C

Color information

#F3C62C (or 0xF3C62C) is unknown color: approx Saffron. HEX triplet: F3, C6 and 2C. RGB value is (243,198,44). Sum of RGB (Red+Green+Blue) = 243+198+44=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C62C is #0C39D3. Grayscale: #C2C2C2. Windows color (decimal): -801236 or 2934515. OLE color: 2934515.

HSL color Cylindrical-coordinate representation of color #F3C62C: hue angle of 46.43º 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 #F3C62C is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB24319844-
CMYK00.190.820.05
HSL46.43º89.24%56.27%-
HSV(B)46.43º81.89%95.29%-
XYZ57.6159.6210.86-
YUV193.943.41163.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.10%
GREEN value IS 198 (77.73% from 255) = 40.82%
BLUE value IS 44 (17.58% from 255) = 9.07%
R=50.10%
G=40.82%
B=9.07%

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
Decimal2431984400.190.820.0546.4389.2456.27
HexF3C62C0135252e5938
Octal3633065402312255613170
Binary111100111100011010110001001110100101011011101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C62C; }

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

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

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

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

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

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

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

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