Shades of Orange Peel #FE970A
Tints of Orange Peel #FE970A
RGB
CMYK
RGB Variations
Color information
#FE970A (or 0xFE970A) is known color: Orange Peel. HEX triplet: FE, 97 and 0A. RGB value is (254,151,10). Sum of RGB (Red+Green+Blue) = 254+151+10=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE970A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE970A is #0168F5. Grayscale: #A6A6A6. Windows color (decimal): -92406 or 694270. OLE color: 694270.
HSL color Cylindrical-coordinate representation of color #FE970A: hue angle of 34.67º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE970A is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 10 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.00 |
| HSL | 34.67º | 0.99% | 0.52% | - |
| HSV(B) | 34.67º | 0.96% | 1% | - |
| XYZ | 51.99 | 43.23 | 5.89 | - |
| YUV | 165.72 | 40.12 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 10 | 0 | 0.41 | 0.96 | 0.00 | 34.67 | 0.99 | 0.52 |
| Hex | FE | 97 | A | 0 | 29 | 60 | 0 | 23 | 63 | 34 |
| Octal | 376 | 227 | 12 | 0 | 51 | 140 | 0 | 43 | 143 | 64 |
| Binary | 11111110 | 10010111 | 1010 | 0 | 101001 | 1100000 | 0 | 100011 | 1100011 | 110100 |
Color Harmonies of #FE970A
Complementary color
Monochromatic Colors of #FE970A
Black with #FE970A
Text Example
Text Example
White with #FE970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE970A; }
p { color: rgb(254,151,10); }
H1.HeaderClassName
{
color: #FE970A;
}
.AnyTagClassName
{
color: #FE970A;
}
</style>
background-color css
<style>
a { background-color: #FE970A; }
a { background-color: rgb(254,151,10); }
div.DivClassName
{
background-color: #FE970A;
}
.BgClassName
{
background-color: #FE970A;
}
</style>
border-color css
<style>
span { border-color: #FE970A; }
span { border-color: rgb(254,151,10); }
td.TdClassName
{
border-color: #FE970A;
}
.TagClassName
{
border-color: #FE970A;
}
</style>