Shades of Orange Peel #FE9A07
Tints of Orange Peel #FE9A07
RGB
CMYK
RGB Variations
Color information
#FE9A07 (or 0xFE9A07) is known color: Orange Peel. HEX triplet: FE, 9A and 07. RGB value is (254,154,7). Sum of RGB (Red+Green+Blue) = 254+154+7=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 7 (3.12% from 255 or 1.69% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9A07 is #0165F8. Grayscale: #A7A7A7. Windows color (decimal): -91641 or 498430. OLE color: 498430.
HSL color Cylindrical-coordinate representation of color #FE9A07: hue angle of 35.71º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE9A07 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 7 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.00 |
| HSL | 35.71º | 0.99% | 0.51% | - |
| HSV(B) | 35.71º | 0.97% | 1% | - |
| XYZ | 52.47 | 44.2 | 5.97 | - |
| YUV | 167.14 | 37.63 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 7 | 0 | 0.39 | 0.97 | 0.00 | 35.71 | 0.99 | 0.51 |
| Hex | FE | 9A | 7 | 0 | 27 | 61 | 0 | 24 | 63 | 33 |
| Octal | 376 | 232 | 7 | 0 | 47 | 141 | 0 | 44 | 143 | 63 |
| Binary | 11111110 | 10011010 | 111 | 0 | 100111 | 1100001 | 0 | 100100 | 1100011 | 110011 |
Color Harmonies of #FE9A07
Complementary color
Monochromatic Colors of #FE9A07
Black with #FE9A07
Text Example
Text Example
White with #FE9A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A07; }
p { color: rgb(254,154,7); }
H1.HeaderClassName
{
color: #FE9A07;
}
.AnyTagClassName
{
color: #FE9A07;
}
</style>
background-color css
<style>
a { background-color: #FE9A07; }
a { background-color: rgb(254,154,7); }
div.DivClassName
{
background-color: #FE9A07;
}
.BgClassName
{
background-color: #FE9A07;
}
</style>
border-color css
<style>
span { border-color: #FE9A07; }
span { border-color: rgb(254,154,7); }
td.TdClassName
{
border-color: #FE9A07;
}
.TagClassName
{
border-color: #FE9A07;
}
</style>