Shades of Pizazz #F0813B
Tints of Pizazz #F0813B
RGB
CMYK
RGB Variations
Color information
#F0813B (or 0xF0813B) is known color: Pizazz. HEX triplet: F0, 81 and 3B. RGB value is (240,129,59). Sum of RGB (Red+Green+Blue) = 240+129+59=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 59 (23.44% from 255 or 13.79% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0813B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0813B is #0F7EC4. Grayscale: #9A9A9A. Windows color (decimal): -1015493 or 3899888. OLE color: 3899888.
HSL color Cylindrical-coordinate representation of color #F0813B: hue angle of 23.2º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0813B is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 59 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.06 |
| HSL | 23.2º | 0.86% | 0.59% | - |
| HSV(B) | 23.2º | 0.75% | 0.94% | - |
| XYZ | 44.57 | 34.54 | 8.46 | - |
| YUV | 154.21 | 74.27 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 59 | 0 | 0.46 | 0.75 | 0.06 | 23.2 | 0.86 | 0.59 |
| Hex | F0 | 81 | 3B | 0 | 2E | 4B | 6 | 17 | 56 | 3B |
| Octal | 360 | 201 | 73 | 0 | 56 | 113 | 6 | 27 | 126 | 73 |
| Binary | 11110000 | 10000001 | 111011 | 0 | 101110 | 1001011 | 110 | 10111 | 1010110 | 111011 |
Color Harmonies of #F0813B
Complementary color
Monochromatic Colors of #F0813B
Black with #F0813B
Text Example
Text Example
White with #F0813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0813B; }
p { color: rgb(240,129,59); }
H1.HeaderClassName
{
color: #F0813B;
}
.AnyTagClassName
{
color: #F0813B;
}
</style>
background-color css
<style>
a { background-color: #F0813B; }
a { background-color: rgb(240,129,59); }
div.DivClassName
{
background-color: #F0813B;
}
.BgClassName
{
background-color: #F0813B;
}
</style>
border-color css
<style>
span { border-color: #F0813B; }
span { border-color: rgb(240,129,59); }
td.TdClassName
{
border-color: #F0813B;
}
.TagClassName
{
border-color: #F0813B;
}
</style>