#F6C541

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

Shades of Saffron #F6C541

Tints of Saffron #F6C541

Color information

#F6C541 (or 0xF6C541) is unknown color: approx Saffron. HEX triplet: F6, C5 and 41. RGB value is (246,197,65). Sum of RGB (Red+Green+Blue) = 246+197+65=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C541 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C541 is #093ABE. Grayscale: #C5C5C5. Windows color (decimal): -604863 or 4310518. OLE color: 4310518.

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

Color convert

RGB24619765-
CMYK00.200.740.04
HSL43.76º90.95%60.98%-
HSV(B)43.76º73.58%96.47%-
XYZ58.9359.9113.46-
YUV196.653.73163.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.43%
GREEN value IS 197 (77.34% from 255) = 38.78%
BLUE value IS 65 (25.78% from 255) = 12.80%
R=48.43%
G=38.78%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461976500.200.740.0443.7690.9560.98
HexF6C5410144A42c5b3d
Octal36630510102411245413375
Binary1111011011000101100000101010010010101001011001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C541; }

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

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

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

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

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

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

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

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