Shades of Pizazz #F27C3E
Tints of Pizazz #F27C3E
RGB
CMYK
RGB Variations
Color information
#F27C3E (or 0xF27C3E) is known color: Pizazz. HEX triplet: F2, 7C and 3E. RGB value is (242,124,62). Sum of RGB (Red+Green+Blue) = 242+124+62=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27C3E is #0D83C1. Grayscale: #989898. Windows color (decimal): -885698 or 4095218. OLE color: 4095218.
HSL color Cylindrical-coordinate representation of color #F27C3E: hue angle of 20.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F27C3E is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 62 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.05 |
| HSL | 20.67º | 0.87% | 0.6% | - |
| HSV(B) | 20.67º | 0.74% | 0.95% | - |
| XYZ | 44.7 | 33.64 | 8.69 | - |
| YUV | 152.21 | 77.09 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 62 | 0 | 0.49 | 0.74 | 0.05 | 20.67 | 0.87 | 0.6 |
| Hex | F2 | 7C | 3E | 0 | 31 | 4A | 5 | 15 | 57 | 3C |
| Octal | 362 | 174 | 76 | 0 | 61 | 112 | 5 | 25 | 127 | 74 |
| Binary | 11110010 | 1111100 | 111110 | 0 | 110001 | 1001010 | 101 | 10101 | 1010111 | 111100 |
Color Harmonies of #F27C3E
Complementary color
Monochromatic Colors of #F27C3E
Black with #F27C3E
Text Example
Text Example
White with #F27C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C3E; }
p { color: rgb(242,124,62); }
H1.HeaderClassName
{
color: #F27C3E;
}
.AnyTagClassName
{
color: #F27C3E;
}
</style>
background-color css
<style>
a { background-color: #F27C3E; }
a { background-color: rgb(242,124,62); }
div.DivClassName
{
background-color: #F27C3E;
}
.BgClassName
{
background-color: #F27C3E;
}
</style>
border-color css
<style>
span { border-color: #F27C3E; }
span { border-color: rgb(242,124,62); }
td.TdClassName
{
border-color: #F27C3E;
}
.TagClassName
{
border-color: #F27C3E;
}
</style>