Shades of Dark Tangerine #FEA30B
Tints of Dark Tangerine #FEA30B
RGB
CMYK
RGB Variations
Color information
#FEA30B (or 0xFEA30B) is known color: Dark Tangerine. HEX triplet: FE, A3 and 0B. RGB value is (254,163,11). Sum of RGB (Red+Green+Blue) = 254+163+11=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA30B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA30B is #015CF4. Grayscale: #ADADAD. Windows color (decimal): -89333 or 762878. OLE color: 762878.
HSL color Cylindrical-coordinate representation of color #FEA30B: hue angle of 37.53º 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 #FEA30B is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 11 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.00 |
| HSL | 37.53º | 0.99% | 0.52% | - |
| HSV(B) | 37.53º | 0.96% | 1% | - |
| XYZ | 54.03 | 47.29 | 6.6 | - |
| YUV | 172.88 | 36.65 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 11 | 0 | 0.36 | 0.96 | 0.00 | 37.53 | 0.99 | 0.52 |
| Hex | FE | A3 | B | 0 | 24 | 60 | 0 | 26 | 63 | 34 |
| Octal | 376 | 243 | 13 | 0 | 44 | 140 | 0 | 46 | 143 | 64 |
| Binary | 11111110 | 10100011 | 1011 | 0 | 100100 | 1100000 | 0 | 100110 | 1100011 | 110100 |
Color Harmonies of #FEA30B
Complementary color
Monochromatic Colors of #FEA30B
Black with #FEA30B
Text Example
Text Example
White with #FEA30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA30B; }
p { color: rgb(254,163,11); }
H1.HeaderClassName
{
color: #FEA30B;
}
.AnyTagClassName
{
color: #FEA30B;
}
</style>
background-color css
<style>
a { background-color: #FEA30B; }
a { background-color: rgb(254,163,11); }
div.DivClassName
{
background-color: #FEA30B;
}
.BgClassName
{
background-color: #FEA30B;
}
</style>
border-color css
<style>
span { border-color: #FEA30B; }
span { border-color: rgb(254,163,11); }
td.TdClassName
{
border-color: #FEA30B;
}
.TagClassName
{
border-color: #FEA30B;
}
</style>