Shades of Orange Peel #F99A00
Tints of Orange Peel #F99A00
RGB
CMYK
RGB Variations
Color information
#F99A00 (or 0xF99A00) is known color: Orange Peel. HEX triplet: F9, 9A and 00. RGB value is (249,154,0). Sum of RGB (Red+Green+Blue) = 249+154+0=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99A00 is #0665FF. Grayscale: #A5A5A5. Windows color (decimal): -419328 or 39673. OLE color: 39673.
HSL color Cylindrical-coordinate representation of color #F99A00: hue angle of 37.11º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F99A00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.02 |
| HSL | 37.11º | 1% | 0.49% | - |
| HSV(B) | 37.11º | 1% | 0.98% | - |
| XYZ | 50.62 | 43.25 | 5.68 | - |
| YUV | 164.85 | 34.97 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 0 | 0 | 0.38 | 1 | 0.02 | 37.11 | 1 | 0.49 |
| Hex | F9 | 9A | 0 | 0 | 26 | 64 | 2 | 25 | 64 | 31 |
| Octal | 371 | 232 | 0 | 0 | 46 | 144 | 2 | 45 | 144 | 61 |
| Binary | 11111001 | 10011010 | 0 | 0 | 100110 | 1100100 | 10 | 100101 | 1100100 | 110001 |
Color Harmonies of #F99A00
Complementary color
Monochromatic Colors of #F99A00
Black with #F99A00
Text Example
Text Example
White with #F99A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99A00; }
p { color: rgb(249,154,0); }
H1.HeaderClassName
{
color: #F99A00;
}
.AnyTagClassName
{
color: #F99A00;
}
</style>
background-color css
<style>
a { background-color: #F99A00; }
a { background-color: rgb(249,154,0); }
div.DivClassName
{
background-color: #F99A00;
}
.BgClassName
{
background-color: #F99A00;
}
</style>
border-color css
<style>
span { border-color: #F99A00; }
span { border-color: rgb(249,154,0); }
td.TdClassName
{
border-color: #F99A00;
}
.TagClassName
{
border-color: #F99A00;
}
</style>