Shades of Pizazz #F57D37
Tints of Pizazz #F57D37
RGB
CMYK
RGB Variations
Color information
#F57D37 (or 0xF57D37) is known color: Pizazz. HEX triplet: F5, 7D and 37. RGB value is (245,125,55). Sum of RGB (Red+Green+Blue) = 245+125+55=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57D37 is #0A82C8. Grayscale: #999999. Windows color (decimal): -688841 or 3636725. OLE color: 3636725.
HSL color Cylindrical-coordinate representation of color #F57D37: hue angle of 22.11º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F57D37 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 55 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.04 |
| HSL | 22.11º | 0.9% | 0.59% | - |
| HSV(B) | 22.11º | 0.78% | 0.96% | - |
| XYZ | 45.68 | 34.36 | 7.84 | - |
| YUV | 152.9 | 72.76 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 55 | 0 | 0.49 | 0.78 | 0.04 | 22.11 | 0.9 | 0.59 |
| Hex | F5 | 7D | 37 | 0 | 31 | 4E | 4 | 16 | 5A | 3B |
| Octal | 365 | 175 | 67 | 0 | 61 | 116 | 4 | 26 | 132 | 73 |
| Binary | 11110101 | 1111101 | 110111 | 0 | 110001 | 1001110 | 100 | 10110 | 1011010 | 111011 |
Color Harmonies of #F57D37
Complementary color
Monochromatic Colors of #F57D37
Black with #F57D37
Text Example
Text Example
White with #F57D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57D37; }
p { color: rgb(245,125,55); }
H1.HeaderClassName
{
color: #F57D37;
}
.AnyTagClassName
{
color: #F57D37;
}
</style>
background-color css
<style>
a { background-color: #F57D37; }
a { background-color: rgb(245,125,55); }
div.DivClassName
{
background-color: #F57D37;
}
.BgClassName
{
background-color: #F57D37;
}
</style>
border-color css
<style>
span { border-color: #F57D37; }
span { border-color: rgb(245,125,55); }
td.TdClassName
{
border-color: #F57D37;
}
.TagClassName
{
border-color: #F57D37;
}
</style>