Shades of Pizazz #F47A3C
Tints of Pizazz #F47A3C
RGB
CMYK
RGB Variations
Color information
#F47A3C (or 0xF47A3C) is known color: Pizazz. HEX triplet: F4, 7A and 3C. RGB value is (244,122,60). Sum of RGB (Red+Green+Blue) = 244+122+60=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47A3C is #0B85C3. Grayscale: #979797. Windows color (decimal): -755140 or 3963636. OLE color: 3963636.
HSL color Cylindrical-coordinate representation of color #F47A3C: hue angle of 20.22º 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 #F47A3C is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 60 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.04 |
| HSL | 20.22º | 0.89% | 0.6% | - |
| HSV(B) | 20.22º | 0.75% | 0.96% | - |
| XYZ | 45.08 | 33.48 | 8.36 | - |
| YUV | 151.41 | 76.42 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 60 | 0 | 0.5 | 0.75 | 0.04 | 20.22 | 0.89 | 0.6 |
| Hex | F4 | 7A | 3C | 0 | 32 | 4B | 4 | 14 | 59 | 3C |
| Octal | 364 | 172 | 74 | 0 | 62 | 113 | 4 | 24 | 131 | 74 |
| Binary | 11110100 | 1111010 | 111100 | 0 | 110010 | 1001011 | 100 | 10100 | 1011001 | 111100 |
Color Harmonies of #F47A3C
Complementary color
Monochromatic Colors of #F47A3C
Black with #F47A3C
Text Example
Text Example
White with #F47A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47A3C; }
p { color: rgb(244,122,60); }
H1.HeaderClassName
{
color: #F47A3C;
}
.AnyTagClassName
{
color: #F47A3C;
}
</style>
background-color css
<style>
a { background-color: #F47A3C; }
a { background-color: rgb(244,122,60); }
div.DivClassName
{
background-color: #F47A3C;
}
.BgClassName
{
background-color: #F47A3C;
}
</style>
border-color css
<style>
span { border-color: #F47A3C; }
span { border-color: rgb(244,122,60); }
td.TdClassName
{
border-color: #F47A3C;
}
.TagClassName
{
border-color: #F47A3C;
}
</style>