Shades of Dark Tangerine #FEB022
Tints of Dark Tangerine #FEB022
RGB
CMYK
RGB Variations
Color information
#FEB022 (or 0xFEB022) is known color: Dark Tangerine. HEX triplet: FE, B0 and 22. RGB value is (254,176,34). Sum of RGB (Red+Green+Blue) = 254+176+34=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB022 is #014FDD. Grayscale: #B7B7B7. Windows color (decimal): -85982 or 2273534. OLE color: 2273534.
HSL color Cylindrical-coordinate representation of color #FEB022: hue angle of 38.73º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEB022 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 34 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.00 |
| HSL | 38.73º | 0.99% | 0.56% | - |
| HSV(B) | 38.73º | 0.87% | 1% | - |
| XYZ | 56.69 | 52.24 | 8.61 | - |
| YUV | 183.13 | 43.84 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 34 | 0 | 0.31 | 0.87 | 0.00 | 38.73 | 0.99 | 0.56 |
| Hex | FE | B0 | 22 | 0 | 1F | 57 | 0 | 27 | 63 | 38 |
| Octal | 376 | 260 | 42 | 0 | 37 | 127 | 0 | 47 | 143 | 70 |
| Binary | 11111110 | 10110000 | 100010 | 0 | 11111 | 1010111 | 0 | 100111 | 1100011 | 111000 |
Color Harmonies of #FEB022
Complementary color
Monochromatic Colors of #FEB022
Black with #FEB022
Text Example
Text Example
White with #FEB022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB022; }
p { color: rgb(254,176,34); }
H1.HeaderClassName
{
color: #FEB022;
}
.AnyTagClassName
{
color: #FEB022;
}
</style>
background-color css
<style>
a { background-color: #FEB022; }
a { background-color: rgb(254,176,34); }
div.DivClassName
{
background-color: #FEB022;
}
.BgClassName
{
background-color: #FEB022;
}
</style>
border-color css
<style>
span { border-color: #FEB022; }
span { border-color: rgb(254,176,34); }
td.TdClassName
{
border-color: #FEB022;
}
.TagClassName
{
border-color: #FEB022;
}
</style>