Shades of Orange Peel #FF980C
Tints of Orange Peel #FF980C
RGB
CMYK
RGB Variations
Color information
#FF980C (or 0xFF980C) is known color: Orange Peel. HEX triplet: FF, 98 and 0C. RGB value is (255,152,12). Sum of RGB (Red+Green+Blue) = 255+152+12=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF980C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF980C is #0067F3. Grayscale: #A7A7A7. Windows color (decimal): -26612 or 825599. OLE color: 825599.
HSL color Cylindrical-coordinate representation of color #FF980C: hue angle of 34.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF980C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 12 | - |
| CMYK | 0 | 0.40 | 0.95 | 0 |
| HSL | 34.57º | 1% | 0.52% | - |
| HSV(B) | 34.57º | 0.95% | 1% | - |
| XYZ | 52.53 | 43.74 | 6.02 | - |
| YUV | 166.84 | 40.62 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 12 | 0 | 0.40 | 0.95 | 0 | 34.57 | 1 | 0.52 |
| Hex | FF | 98 | C | 0 | 28 | 5F | 0 | 23 | 64 | 34 |
| Octal | 377 | 230 | 14 | 0 | 50 | 137 | 0 | 43 | 144 | 64 |
| Binary | 11111111 | 10011000 | 1100 | 0 | 101000 | 1011111 | 0 | 100011 | 1100100 | 110100 |
Color Harmonies of #FF980C
Complementary color
Monochromatic Colors of #FF980C
Black with #FF980C
Text Example
Text Example
White with #FF980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF980C; }
p { color: rgb(255,152,12); }
H1.HeaderClassName
{
color: #FF980C;
}
.AnyTagClassName
{
color: #FF980C;
}
</style>
background-color css
<style>
a { background-color: #FF980C; }
a { background-color: rgb(255,152,12); }
div.DivClassName
{
background-color: #FF980C;
}
.BgClassName
{
background-color: #FF980C;
}
</style>
border-color css
<style>
span { border-color: #FF980C; }
span { border-color: rgb(255,152,12); }
td.TdClassName
{
border-color: #FF980C;
}
.TagClassName
{
border-color: #FF980C;
}
</style>