Shades of Pizazz #F47E3C
Tints of Pizazz #F47E3C
RGB
CMYK
RGB Variations
Color information
#F47E3C (or 0xF47E3C) is known color: Pizazz. HEX triplet: F4, 7E and 3C. RGB value is (244,126,60). Sum of RGB (Red+Green+Blue) = 244+126+60=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F47E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47E3C is #0B81C3. Grayscale: #9A9A9A. Windows color (decimal): -754116 or 3964660. OLE color: 3964660.
HSL color Cylindrical-coordinate representation of color #F47E3C: hue angle of 21.52º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F47E3C is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 126 | 60 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.04 |
| HSL | 21.52º | 0.89% | 0.6% | - |
| HSV(B) | 21.52º | 0.75% | 0.96% | - |
| XYZ | 45.58 | 34.48 | 8.53 | - |
| YUV | 153.76 | 75.09 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 126 | 60 | 0 | 0.48 | 0.75 | 0.04 | 21.52 | 0.89 | 0.6 |
| Hex | F4 | 7E | 3C | 0 | 30 | 4B | 4 | 16 | 59 | 3C |
| Octal | 364 | 176 | 74 | 0 | 60 | 113 | 4 | 26 | 131 | 74 |
| Binary | 11110100 | 1111110 | 111100 | 0 | 110000 | 1001011 | 100 | 10110 | 1011001 | 111100 |
Color Harmonies of #F47E3C
Complementary color
Monochromatic Colors of #F47E3C
Black with #F47E3C
Text Example
Text Example
White with #F47E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47E3C; }
p { color: rgb(244,126,60); }
H1.HeaderClassName
{
color: #F47E3C;
}
.AnyTagClassName
{
color: #F47E3C;
}
</style>
background-color css
<style>
a { background-color: #F47E3C; }
a { background-color: rgb(244,126,60); }
div.DivClassName
{
background-color: #F47E3C;
}
.BgClassName
{
background-color: #F47E3C;
}
</style>
border-color css
<style>
span { border-color: #F47E3C; }
span { border-color: rgb(244,126,60); }
td.TdClassName
{
border-color: #F47E3C;
}
.TagClassName
{
border-color: #F47E3C;
}
</style>