Shades of Pizazz #F27B37
Tints of Pizazz #F27B37
RGB
CMYK
RGB Variations
Color information
#F27B37 (or 0xF27B37) is known color: Pizazz. HEX triplet: F2, 7B and 37. RGB value is (242,123,55). Sum of RGB (Red+Green+Blue) = 242+123+55=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27B37 is #0D84C8. Grayscale: #979797. Windows color (decimal): -885961 or 3636210. OLE color: 3636210.
HSL color Cylindrical-coordinate representation of color #F27B37: hue angle of 21.82º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F27B37 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 55 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.05 |
| HSL | 21.82º | 0.88% | 0.58% | - |
| HSV(B) | 21.82º | 0.77% | 0.95% | - |
| XYZ | 44.39 | 33.32 | 7.71 | - |
| YUV | 150.83 | 73.92 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 55 | 0 | 0.49 | 0.77 | 0.05 | 21.82 | 0.88 | 0.58 |
| Hex | F2 | 7B | 37 | 0 | 31 | 4D | 5 | 16 | 58 | 3A |
| Octal | 362 | 173 | 67 | 0 | 61 | 115 | 5 | 26 | 130 | 72 |
| Binary | 11110010 | 1111011 | 110111 | 0 | 110001 | 1001101 | 101 | 10110 | 1011000 | 111010 |
Color Harmonies of #F27B37
Complementary color
Monochromatic Colors of #F27B37
Black with #F27B37
Text Example
Text Example
White with #F27B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27B37; }
p { color: rgb(242,123,55); }
H1.HeaderClassName
{
color: #F27B37;
}
.AnyTagClassName
{
color: #F27B37;
}
</style>
background-color css
<style>
a { background-color: #F27B37; }
a { background-color: rgb(242,123,55); }
div.DivClassName
{
background-color: #F27B37;
}
.BgClassName
{
background-color: #F27B37;
}
</style>
border-color css
<style>
span { border-color: #F27B37; }
span { border-color: rgb(242,123,55); }
td.TdClassName
{
border-color: #F27B37;
}
.TagClassName
{
border-color: #F27B37;
}
</style>