#F6C52B

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

Shades of Saffron #F6C52B

Tints of Saffron #F6C52B

Color information

#F6C52B (or 0xF6C52B) is unknown color: approx Saffron. HEX triplet: F6, C5 and 2B. RGB value is (246,197,43). Sum of RGB (Red+Green+Blue) = 246+197+43=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C52B is #093AD4. Grayscale: #C2C2C2. Windows color (decimal): -604885 or 2868726. OLE color: 2868726.

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

Color convert

RGB24619743-
CMYK00.200.830.04
HSL45.52º91.86%56.67%-
HSV(B)45.52º82.52%96.47%-
XYZ58.4159.710.73-
YUV194.0942.73165.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.62%
GREEN value IS 197 (77.34% from 255) = 40.53%
BLUE value IS 43 (17.19% from 255) = 8.85%
R=50.62%
G=40.53%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461974300.200.830.0445.5291.8656.67
HexF6C52B0145342e5c39
Octal3663055302412345613471
Binary111101101100010110101101010010100111001011101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C52B; }

 p { color: rgb(246,197,43); }

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

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

 a { background-color: rgb(246,197,43); }

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

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

 span { border-color: rgb(246,197,43); }

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