Shades of Orange Peel #FF990C
Tints of Orange Peel #FF990C
RGB
CMYK
RGB Variations
Color information
#FF990C (or 0xFF990C) is known color: Orange Peel. HEX triplet: FF, 99 and 0C. RGB value is (255,153,12). Sum of RGB (Red+Green+Blue) = 255+153+12=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF990C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF990C is #0066F3. Grayscale: #A8A8A8. Windows color (decimal): -26356 or 825855. OLE color: 825855.
HSL color Cylindrical-coordinate representation of color #FF990C: hue angle of 34.81º 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 #FF990C is Cyan = 0, Magento = 0.4, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 12 | - |
| CMYK | 0 | 0.4 | 0.95 | 0 |
| HSL | 34.81º | 1% | 0.52% | - |
| HSV(B) | 34.81º | 0.95% | 1% | - |
| XYZ | 52.7 | 44.07 | 6.08 | - |
| YUV | 167.42 | 40.29 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 12 | 0 | 0.4 | 0.95 | 0 | 34.81 | 1 | 0.52 |
| Hex | FF | 99 | C | 0 | 28 | 5F | 0 | 23 | 64 | 34 |
| Octal | 377 | 231 | 14 | 0 | 50 | 137 | 0 | 43 | 144 | 64 |
| Binary | 11111111 | 10011001 | 1100 | 0 | 101000 | 1011111 | 0 | 100011 | 1100100 | 110100 |
Color Harmonies of #FF990C
Complementary color
Monochromatic Colors of #FF990C
Black with #FF990C
Text Example
Text Example
White with #FF990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF990C; }
p { color: rgb(255,153,12); }
H1.HeaderClassName
{
color: #FF990C;
}
.AnyTagClassName
{
color: #FF990C;
}
</style>
background-color css
<style>
a { background-color: #FF990C; }
a { background-color: rgb(255,153,12); }
div.DivClassName
{
background-color: #FF990C;
}
.BgClassName
{
background-color: #FF990C;
}
</style>
border-color css
<style>
span { border-color: #FF990C; }
span { border-color: rgb(255,153,12); }
td.TdClassName
{
border-color: #FF990C;
}
.TagClassName
{
border-color: #FF990C;
}
</style>