Shades of Pizazz #F27D3D
Tints of Pizazz #F27D3D
RGB
CMYK
RGB Variations
Color information
#F27D3D (or 0xF27D3D) is known color: Pizazz. HEX triplet: F2, 7D and 3D. RGB value is (242,125,61). Sum of RGB (Red+Green+Blue) = 242+125+61=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27D3D is #0D82C2. Grayscale: #999999. Windows color (decimal): -885443 or 4029938. OLE color: 4029938.
HSL color Cylindrical-coordinate representation of color #F27D3D: hue angle of 21.22º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F27D3D is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 61 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.05 |
| HSL | 21.22º | 0.87% | 0.59% | - |
| HSV(B) | 21.22º | 0.75% | 0.95% | - |
| XYZ | 44.79 | 33.88 | 8.59 | - |
| YUV | 152.69 | 76.26 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 61 | 0 | 0.48 | 0.75 | 0.05 | 21.22 | 0.87 | 0.59 |
| Hex | F2 | 7D | 3D | 0 | 30 | 4B | 5 | 15 | 57 | 3B |
| Octal | 362 | 175 | 75 | 0 | 60 | 113 | 5 | 25 | 127 | 73 |
| Binary | 11110010 | 1111101 | 111101 | 0 | 110000 | 1001011 | 101 | 10101 | 1010111 | 111011 |
Color Harmonies of #F27D3D
Complementary color
Monochromatic Colors of #F27D3D
Black with #F27D3D
Text Example
Text Example
White with #F27D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27D3D; }
p { color: rgb(242,125,61); }
H1.HeaderClassName
{
color: #F27D3D;
}
.AnyTagClassName
{
color: #F27D3D;
}
</style>
background-color css
<style>
a { background-color: #F27D3D; }
a { background-color: rgb(242,125,61); }
div.DivClassName
{
background-color: #F27D3D;
}
.BgClassName
{
background-color: #F27D3D;
}
</style>
border-color css
<style>
span { border-color: #F27D3D; }
span { border-color: rgb(242,125,61); }
td.TdClassName
{
border-color: #F27D3D;
}
.TagClassName
{
border-color: #F27D3D;
}
</style>