Shades of Pizazz #F47B3F
Tints of Pizazz #F47B3F
RGB
CMYK
RGB Variations
Color information
#F47B3F (or 0xF47B3F) is known color: Pizazz. HEX triplet: F4, 7B and 3F. RGB value is (244,123,63). Sum of RGB (Red+Green+Blue) = 244+123+63=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F47B3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47B3F is #0B84C0. Grayscale: #989898. Windows color (decimal): -754881 or 4160500. OLE color: 4160500.
HSL color Cylindrical-coordinate representation of color #F47B3F: hue angle of 19.89º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F47B3F is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 63 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.04 |
| HSL | 19.89º | 0.89% | 0.6% | - |
| HSV(B) | 19.89º | 0.74% | 0.96% | - |
| XYZ | 45.29 | 33.76 | 8.83 | - |
| YUV | 152.34 | 77.59 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 63 | 0 | 0.50 | 0.74 | 0.04 | 19.89 | 0.89 | 0.6 |
| Hex | F4 | 7B | 3F | 0 | 32 | 4A | 4 | 14 | 59 | 3C |
| Octal | 364 | 173 | 77 | 0 | 62 | 112 | 4 | 24 | 131 | 74 |
| Binary | 11110100 | 1111011 | 111111 | 0 | 110010 | 1001010 | 100 | 10100 | 1011001 | 111100 |
Color Harmonies of #F47B3F
Complementary color
Monochromatic Colors of #F47B3F
Black with #F47B3F
Text Example
Text Example
White with #F47B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47B3F; }
p { color: rgb(244,123,63); }
H1.HeaderClassName
{
color: #F47B3F;
}
.AnyTagClassName
{
color: #F47B3F;
}
</style>
background-color css
<style>
a { background-color: #F47B3F; }
a { background-color: rgb(244,123,63); }
div.DivClassName
{
background-color: #F47B3F;
}
.BgClassName
{
background-color: #F47B3F;
}
</style>
border-color css
<style>
span { border-color: #F47B3F; }
span { border-color: rgb(244,123,63); }
td.TdClassName
{
border-color: #F47B3F;
}
.TagClassName
{
border-color: #F47B3F;
}
</style>