Shades of Pizazz #F0783B
Tints of Pizazz #F0783B
RGB
CMYK
RGB Variations
Color information
#F0783B (or 0xF0783B) is known color: Pizazz. HEX triplet: F0, 78 and 3B. RGB value is (240,120,59). Sum of RGB (Red+Green+Blue) = 240+120+59=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0783B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0783B is #0F87C4. Grayscale: #959595. Windows color (decimal): -1017797 or 3897584. OLE color: 3897584.
HSL color Cylindrical-coordinate representation of color #F0783B: hue angle of 20.22º 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 #F0783B is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 59 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.06 |
| HSL | 20.22º | 0.86% | 0.59% | - |
| HSV(B) | 20.22º | 0.75% | 0.94% | - |
| XYZ | 43.44 | 32.27 | 8.08 | - |
| YUV | 148.93 | 77.26 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 59 | 0 | 0.5 | 0.75 | 0.06 | 20.22 | 0.86 | 0.59 |
| Hex | F0 | 78 | 3B | 0 | 32 | 4B | 6 | 14 | 56 | 3B |
| Octal | 360 | 170 | 73 | 0 | 62 | 113 | 6 | 24 | 126 | 73 |
| Binary | 11110000 | 1111000 | 111011 | 0 | 110010 | 1001011 | 110 | 10100 | 1010110 | 111011 |
Color Harmonies of #F0783B
Complementary color
Monochromatic Colors of #F0783B
Black with #F0783B
Text Example
Text Example
White with #F0783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0783B; }
p { color: rgb(240,120,59); }
H1.HeaderClassName
{
color: #F0783B;
}
.AnyTagClassName
{
color: #F0783B;
}
</style>
background-color css
<style>
a { background-color: #F0783B; }
a { background-color: rgb(240,120,59); }
div.DivClassName
{
background-color: #F0783B;
}
.BgClassName
{
background-color: #F0783B;
}
</style>
border-color css
<style>
span { border-color: #F0783B; }
span { border-color: rgb(240,120,59); }
td.TdClassName
{
border-color: #F0783B;
}
.TagClassName
{
border-color: #F0783B;
}
</style>