#F7C03B

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

Shades of Saffron #F7C03B

Tints of Saffron #F7C03B

Color information

#F7C03B (or 0xF7C03B) is unknown color: approx Saffron. HEX triplet: F7, C0 and 3B. RGB value is (247,192,59). Sum of RGB (Red+Green+Blue) = 247+192+59=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 59 (23.44% from 255 or 11.85% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C03B is #083FC4. Grayscale: #C1C1C1. Windows color (decimal): -540613 or 3916023. OLE color: 3916023.

HSL color Cylindrical-coordinate representation of color #F7C03B: hue angle of 42.45º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F7C03B is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB24719259-
CMYK00.220.760.03
HSL42.45º92.16%60%-
HSV(B)42.45º76.11%96.86%-
XYZ5857.7912.24-
YUV193.2852.22166.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.60%
GREEN value IS 192 (75.39% from 255) = 38.55%
BLUE value IS 59 (23.44% from 255) = 11.85%
R=49.60%
G=38.55%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471925900.220.760.0342.4592.1660
HexF7C03B0164C32a5c3c
Octal3673007302611435213474
Binary11110111110000001110110101101001100111010101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C03B; }

 p { color: rgb(247,192,59); }

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

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

 a { background-color: rgb(247,192,59); }

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

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

 span { border-color: rgb(247,192,59); }

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