Shades of Dark Tangerine #FEA30F
Tints of Dark Tangerine #FEA30F
RGB
CMYK
RGB Variations
Color information
#FEA30F (or 0xFEA30F) is known color: Dark Tangerine. HEX triplet: FE, A3 and 0F. RGB value is (254,163,15). Sum of RGB (Red+Green+Blue) = 254+163+15=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA30F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA30F is #015CF0. Grayscale: #AEAEAE. Windows color (decimal): -89329 or 1025022. OLE color: 1025022.
HSL color Cylindrical-coordinate representation of color #FEA30F: hue angle of 37.15º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEA30F is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 163 | 15 | - |
CMYK | 0 | 0.36 | 0.94 | 0.00 |
HSL | 37.15º | 0.99% | 0.53% | - |
HSV(B) | 37.15º | 0.94% | 1% | - |
XYZ | 54.06 | 47.3 | 6.73 | - |
YUV | 173.34 | 38.65 | 185.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 163 | 15 | 0 | 0.36 | 0.94 | 0.00 | 37.15 | 0.99 | 0.53 |
Hex | FE | A3 | F | 0 | 24 | 5E | 0 | 25 | 63 | 35 |
Octal | 376 | 243 | 17 | 0 | 44 | 136 | 0 | 45 | 143 | 65 |
Binary | 11111110 | 10100011 | 1111 | 0 | 100100 | 1011110 | 0 | 100101 | 1100011 | 110101 |
Color Harmonies of #FEA30F
Complementary color
Monochromatic Colors of #FEA30F
Black with #FEA30F
Text Example
Text Example
White with #FEA30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA30F; }
p { color: rgb(254,163,15); }
H1.HeaderClassName
{
color: #FEA30F;
}
.AnyTagClassName
{
color: #FEA30F;
}
</style>
background-color css
<style>
a { background-color: #FEA30F; }
a { background-color: rgb(254,163,15); }
div.DivClassName
{
background-color: #FEA30F;
}
.BgClassName
{
background-color: #FEA30F;
}
</style>
border-color css
<style>
span { border-color: #FEA30F; }
span { border-color: rgb(254,163,15); }
td.TdClassName
{
border-color: #FEA30F;
}
.TagClassName
{
border-color: #FEA30F;
}
</style>