Shades of Orange Peel #FE970B
Tints of Orange Peel #FE970B
RGB
CMYK
RGB Variations
Color information
#FE970B (or 0xFE970B) is known color: Orange Peel. HEX triplet: FE, 97 and 0B. RGB value is (254,151,11). Sum of RGB (Red+Green+Blue) = 254+151+11=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE970B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE970B is #0168F4. Grayscale: #A6A6A6. Windows color (decimal): -92405 or 759806. OLE color: 759806.
HSL color Cylindrical-coordinate representation of color #FE970B: hue angle of 34.57º 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 #FE970B is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 11 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.00 |
| HSL | 34.57º | 0.99% | 0.52% | - |
| HSV(B) | 34.57º | 0.96% | 1% | - |
| XYZ | 52 | 43.23 | 5.92 | - |
| YUV | 165.84 | 40.62 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 11 | 0 | 0.41 | 0.96 | 0.00 | 34.57 | 0.99 | 0.52 |
| Hex | FE | 97 | B | 0 | 29 | 60 | 0 | 23 | 63 | 34 |
| Octal | 376 | 227 | 13 | 0 | 51 | 140 | 0 | 43 | 143 | 64 |
| Binary | 11111110 | 10010111 | 1011 | 0 | 101001 | 1100000 | 0 | 100011 | 1100011 | 110100 |
Color Harmonies of #FE970B
Complementary color
Monochromatic Colors of #FE970B
Black with #FE970B
Text Example
Text Example
White with #FE970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE970B; }
p { color: rgb(254,151,11); }
H1.HeaderClassName
{
color: #FE970B;
}
.AnyTagClassName
{
color: #FE970B;
}
</style>
background-color css
<style>
a { background-color: #FE970B; }
a { background-color: rgb(254,151,11); }
div.DivClassName
{
background-color: #FE970B;
}
.BgClassName
{
background-color: #FE970B;
}
</style>
border-color css
<style>
span { border-color: #FE970B; }
span { border-color: rgb(254,151,11); }
td.TdClassName
{
border-color: #FE970B;
}
.TagClassName
{
border-color: #FE970B;
}
</style>