Shades of Pizazz #F37B3D
Tints of Pizazz #F37B3D
RGB
CMYK
RGB Variations
Color information
#F37B3D (or 0xF37B3D) is known color: Pizazz. HEX triplet: F3, 7B and 3D. RGB value is (243,123,61). Sum of RGB (Red+Green+Blue) = 243+123+61=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F37B3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37B3D is #0C84C2. Grayscale: #989898. Windows color (decimal): -820419 or 4029427. OLE color: 4029427.
HSL color Cylindrical-coordinate representation of color #F37B3D: hue angle of 20.44º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F37B3D is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 61 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.05 |
| HSL | 20.44º | 0.88% | 0.6% | - |
| HSV(B) | 20.44º | 0.75% | 0.95% | - |
| XYZ | 44.89 | 33.56 | 8.53 | - |
| YUV | 151.81 | 76.76 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 61 | 0 | 0.49 | 0.75 | 0.05 | 20.44 | 0.88 | 0.6 |
| Hex | F3 | 7B | 3D | 0 | 31 | 4B | 5 | 14 | 58 | 3C |
| Octal | 363 | 173 | 75 | 0 | 61 | 113 | 5 | 24 | 130 | 74 |
| Binary | 11110011 | 1111011 | 111101 | 0 | 110001 | 1001011 | 101 | 10100 | 1011000 | 111100 |
Color Harmonies of #F37B3D
Complementary color
Monochromatic Colors of #F37B3D
Black with #F37B3D
Text Example
Text Example
White with #F37B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37B3D; }
p { color: rgb(243,123,61); }
H1.HeaderClassName
{
color: #F37B3D;
}
.AnyTagClassName
{
color: #F37B3D;
}
</style>
background-color css
<style>
a { background-color: #F37B3D; }
a { background-color: rgb(243,123,61); }
div.DivClassName
{
background-color: #F37B3D;
}
.BgClassName
{
background-color: #F37B3D;
}
</style>
border-color css
<style>
span { border-color: #F37B3D; }
span { border-color: rgb(243,123,61); }
td.TdClassName
{
border-color: #F37B3D;
}
.TagClassName
{
border-color: #F37B3D;
}
</style>