Shades of Orange Peel #F99700
Tints of Orange Peel #F99700
RGB
CMYK
RGB Variations
Color information
#F99700 (or 0xF99700) is known color: Orange Peel. HEX triplet: F9, 97 and 00. RGB value is (249,151,0). Sum of RGB (Red+Green+Blue) = 249+151+0=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F99700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99700 is #0668FF. Grayscale: #A3A3A3. Windows color (decimal): -420096 or 38905. OLE color: 38905.
HSL color Cylindrical-coordinate representation of color #F99700: hue angle of 36.39º 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 #F99700 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.02 |
| HSL | 36.39º | 1% | 0.49% | - |
| HSV(B) | 36.39º | 1% | 0.98% | - |
| XYZ | 50.13 | 42.27 | 5.52 | - |
| YUV | 163.09 | 35.97 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 0 | 0 | 0.39 | 1 | 0.02 | 36.39 | 1 | 0.49 |
| Hex | F9 | 97 | 0 | 0 | 27 | 64 | 2 | 24 | 64 | 31 |
| Octal | 371 | 227 | 0 | 0 | 47 | 144 | 2 | 44 | 144 | 61 |
| Binary | 11111001 | 10010111 | 0 | 0 | 100111 | 1100100 | 10 | 100100 | 1100100 | 110001 |
Color Harmonies of #F99700
Complementary color
Monochromatic Colors of #F99700
Black with #F99700
Text Example
Text Example
White with #F99700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99700; }
p { color: rgb(249,151,0); }
H1.HeaderClassName
{
color: #F99700;
}
.AnyTagClassName
{
color: #F99700;
}
</style>
background-color css
<style>
a { background-color: #F99700; }
a { background-color: rgb(249,151,0); }
div.DivClassName
{
background-color: #F99700;
}
.BgClassName
{
background-color: #F99700;
}
</style>
border-color css
<style>
span { border-color: #F99700; }
span { border-color: rgb(249,151,0); }
td.TdClassName
{
border-color: #F99700;
}
.TagClassName
{
border-color: #F99700;
}
</style>