Shades of Pizazz #F37D3E
Tints of Pizazz #F37D3E
RGB
CMYK
RGB Variations
Color information
#F37D3E (or 0xF37D3E) is known color: Pizazz. HEX triplet: F3, 7D and 3E. RGB value is (243,125,62). Sum of RGB (Red+Green+Blue) = 243+125+62=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37D3E is #0C82C1. Grayscale: #999999. Windows color (decimal): -819906 or 4095475. OLE color: 4095475.
HSL color Cylindrical-coordinate representation of color #F37D3E: hue angle of 20.88º degrees, saturation: 0.88, 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 #F37D3E is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 62 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.05 |
| HSL | 20.88º | 0.88% | 0.6% | - |
| HSV(B) | 20.88º | 0.74% | 0.95% | - |
| XYZ | 45.17 | 34.07 | 8.75 | - |
| YUV | 153.1 | 76.59 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 62 | 0 | 0.49 | 0.74 | 0.05 | 20.88 | 0.88 | 0.6 |
| Hex | F3 | 7D | 3E | 0 | 31 | 4A | 5 | 15 | 58 | 3C |
| Octal | 363 | 175 | 76 | 0 | 61 | 112 | 5 | 25 | 130 | 74 |
| Binary | 11110011 | 1111101 | 111110 | 0 | 110001 | 1001010 | 101 | 10101 | 1011000 | 111100 |
Color Harmonies of #F37D3E
Complementary color
Monochromatic Colors of #F37D3E
Black with #F37D3E
Text Example
Text Example
White with #F37D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D3E; }
p { color: rgb(243,125,62); }
H1.HeaderClassName
{
color: #F37D3E;
}
.AnyTagClassName
{
color: #F37D3E;
}
</style>
background-color css
<style>
a { background-color: #F37D3E; }
a { background-color: rgb(243,125,62); }
div.DivClassName
{
background-color: #F37D3E;
}
.BgClassName
{
background-color: #F37D3E;
}
</style>
border-color css
<style>
span { border-color: #F37D3E; }
span { border-color: rgb(243,125,62); }
td.TdClassName
{
border-color: #F37D3E;
}
.TagClassName
{
border-color: #F37D3E;
}
</style>