#F7C328

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

Shades of Saffron #F7C328

Tints of Saffron #F7C328

Color information

#F7C328 (or 0xF7C328) is unknown color: approx Saffron. HEX triplet: F7, C3 and 28. RGB value is (247,195,40). Sum of RGB (Red+Green+Blue) = 247+195+40=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C328 is #083CD7. Grayscale: #C1C1C1. Windows color (decimal): -539864 or 2671607. OLE color: 2671607.

HSL color Cylindrical-coordinate representation of color #F7C328: hue angle of 44.93º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7C328 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB24719540-
CMYK00.210.840.03
HSL44.93º92.83%56.27%-
HSV(B)44.93º83.81%96.86%-
XYZ58.2658.9610.32-
YUV192.8841.73166.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.24%
GREEN value IS 195 (76.56% from 255) = 40.46%
BLUE value IS 40 (16.02% from 255) = 8.30%
R=51.24%
G=40.46%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471954000.210.840.0344.9392.8356.27
HexF7C3280155432d5d38
Octal3673035002512435513570
Binary11110111110000111010000101011010100111011011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C328; }

 p { color: rgb(247,195,40); }

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

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

 a { background-color: rgb(247,195,40); }

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

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

 span { border-color: rgb(247,195,40); }

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