Shades of Pizazz #F0773C
Tints of Pizazz #F0773C
RGB
CMYK
RGB Variations
Color information
#F0773C (or 0xF0773C) is known color: Pizazz. HEX triplet: F0, 77 and 3C. RGB value is (240,119,60). Sum of RGB (Red+Green+Blue) = 240+119+60=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0773C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0773C is #0F88C3. Grayscale: #949494. Windows color (decimal): -1018052 or 3962864. OLE color: 3962864.
HSL color Cylindrical-coordinate representation of color #F0773C: hue angle of 19.67º 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 #F0773C is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 60 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.06 |
| HSL | 19.67º | 0.86% | 0.59% | - |
| HSV(B) | 19.67º | 0.75% | 0.94% | - |
| XYZ | 43.35 | 32.05 | 8.18 | - |
| YUV | 148.45 | 78.09 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 60 | 0 | 0.50 | 0.75 | 0.06 | 19.67 | 0.86 | 0.59 |
| Hex | F0 | 77 | 3C | 0 | 32 | 4B | 6 | 14 | 56 | 3B |
| Octal | 360 | 167 | 74 | 0 | 62 | 113 | 6 | 24 | 126 | 73 |
| Binary | 11110000 | 1110111 | 111100 | 0 | 110010 | 1001011 | 110 | 10100 | 1010110 | 111011 |
Color Harmonies of #F0773C
Complementary color
Monochromatic Colors of #F0773C
Black with #F0773C
Text Example
Text Example
White with #F0773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0773C; }
p { color: rgb(240,119,60); }
H1.HeaderClassName
{
color: #F0773C;
}
.AnyTagClassName
{
color: #F0773C;
}
</style>
background-color css
<style>
a { background-color: #F0773C; }
a { background-color: rgb(240,119,60); }
div.DivClassName
{
background-color: #F0773C;
}
.BgClassName
{
background-color: #F0773C;
}
</style>
border-color css
<style>
span { border-color: #F0773C; }
span { border-color: rgb(240,119,60); }
td.TdClassName
{
border-color: #F0773C;
}
.TagClassName
{
border-color: #F0773C;
}
</style>