#F6C33B

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

Shades of Saffron #F6C33B

Tints of Saffron #F6C33B

Color information

#F6C33B (or 0xF6C33B) is unknown color: approx Saffron. HEX triplet: F6, C3 and 3B. RGB value is (246,195,59). Sum of RGB (Red+Green+Blue) = 246+195+59=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 59 (23.44% from 255 or 11.8% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C33B is #093CC4. Grayscale: #C3C3C3. Windows color (decimal): -605381 or 3916790. OLE color: 3916790.

HSL color Cylindrical-coordinate representation of color #F6C33B: hue angle of 43.64º 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 #F6C33B is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB24619559-
CMYK00.210.760.04
HSL43.64º91.22%59.8%-
HSV(B)43.64º76.02%96.47%-
XYZ58.3158.9412.44-
YUV194.7451.4164.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.2%
GREEN value IS 195 (76.56% from 255) = 39%
BLUE value IS 59 (23.44% from 255) = 11.8%
R=49.2%
G=39%
B=11.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461955900.210.760.0443.6491.2259.8
HexF6C33B0154C42c5b3c
Octal3663037302511445413374
Binary111101101100001111101101010110011001001011001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C33B; }

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

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

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

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

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

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

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

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