#F6C43B

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

Shades of Saffron #F6C43B

Tints of Saffron #F6C43B

Color information

#F6C43B (or 0xF6C43B) is unknown color: approx Saffron. HEX triplet: F6, C4 and 3B. RGB value is (246,196,59). Sum of RGB (Red+Green+Blue) = 246+196+59=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 59 (23.44% from 255 or 11.78% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C43B is #093BC4. Grayscale: #C3C3C3. Windows color (decimal): -605125 or 3917046. OLE color: 3917046.

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

Color convert

RGB24619659-
CMYK00.200.760.04
HSL43.96º91.22%59.8%-
HSV(B)43.96º76.02%96.47%-
XYZ58.5459.3912.52-
YUV195.3351.06164.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.10%
GREEN value IS 196 (76.95% from 255) = 39.12%
BLUE value IS 59 (23.44% from 255) = 11.78%
R=49.10%
G=39.12%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461965900.200.760.0443.9691.2259.8
HexF6C43B0144C42c5b3c
Octal3663047302411445413374
Binary111101101100010011101101010010011001001011001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C43B; }

 p { color: rgb(246,196,59); }

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

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

 a { background-color: rgb(246,196,59); }

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

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

 span { border-color: rgb(246,196,59); }

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