#F6C933

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

Shades of Saffron #F6C933

Tints of Saffron #F6C933

Color information

#F6C933 (or 0xF6C933) is unknown color: approx Saffron. HEX triplet: F6, C9 and 33. RGB value is (246,201,51). Sum of RGB (Red+Green+Blue) = 246+201+51=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 51 (20.31% from 255 or 10.24% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C933 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C933 is #0936CC. Grayscale: #C6C6C6. Windows color (decimal): -603853 or 3394038. OLE color: 3394038.

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

Color convert

RGB24620151-
CMYK00.180.790.04
HSL46.15º91.55%58.24%-
HSV(B)46.15º79.27%96.47%-
XYZ59.4961.6111.89-
YUV197.3645.41162.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.40%
GREEN value IS 201 (78.91% from 255) = 40.36%
BLUE value IS 51 (20.31% from 255) = 10.24%
R=49.40%
G=40.36%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462015100.180.790.0446.1591.5558.24
HexF6C9330124F42e5c3a
Octal3663116302211745613472
Binary111101101100100111001101001010011111001011101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C933; }

 p { color: rgb(246,201,51); }

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

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

 a { background-color: rgb(246,201,51); }

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

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

 span { border-color: rgb(246,201,51); }

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