Shades of Pizazz #F0813D
Tints of Pizazz #F0813D
RGB
CMYK
RGB Variations
Color information
#F0813D (or 0xF0813D) is known color: Pizazz. HEX triplet: F0, 81 and 3D. RGB value is (240,129,61). Sum of RGB (Red+Green+Blue) = 240+129+61=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0813D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0813D is #0F7EC2. Grayscale: #9A9A9A. Windows color (decimal): -1015491 or 4030960. OLE color: 4030960.
HSL color Cylindrical-coordinate representation of color #F0813D: hue angle of 22.79º 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 #F0813D is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 61 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.06 |
| HSL | 22.79º | 0.86% | 0.59% | - |
| HSV(B) | 22.79º | 0.75% | 0.94% | - |
| XYZ | 44.63 | 34.56 | 8.73 | - |
| YUV | 154.44 | 75.27 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 61 | 0 | 0.46 | 0.75 | 0.06 | 22.79 | 0.86 | 0.59 |
| Hex | F0 | 81 | 3D | 0 | 2E | 4B | 6 | 17 | 56 | 3B |
| Octal | 360 | 201 | 75 | 0 | 56 | 113 | 6 | 27 | 126 | 73 |
| Binary | 11110000 | 10000001 | 111101 | 0 | 101110 | 1001011 | 110 | 10111 | 1010110 | 111011 |
Color Harmonies of #F0813D
Complementary color
Monochromatic Colors of #F0813D
Black with #F0813D
Text Example
Text Example
White with #F0813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0813D; }
p { color: rgb(240,129,61); }
H1.HeaderClassName
{
color: #F0813D;
}
.AnyTagClassName
{
color: #F0813D;
}
</style>
background-color css
<style>
a { background-color: #F0813D; }
a { background-color: rgb(240,129,61); }
div.DivClassName
{
background-color: #F0813D;
}
.BgClassName
{
background-color: #F0813D;
}
</style>
border-color css
<style>
span { border-color: #F0813D; }
span { border-color: rgb(240,129,61); }
td.TdClassName
{
border-color: #F0813D;
}
.TagClassName
{
border-color: #F0813D;
}
</style>