Shades of Carrot Orange #FE9519
Tints of Carrot Orange #FE9519
RGB
CMYK
RGB Variations
Color information
#FE9519 (or 0xFE9519) is known color: Carrot Orange. HEX triplet: FE, 95 and 19. RGB value is (254,149,25). Sum of RGB (Red+Green+Blue) = 254+149+25=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9519 is #016AE6. Grayscale: #A6A6A6. Windows color (decimal): -92903 or 1676798. OLE color: 1676798.
HSL color Cylindrical-coordinate representation of color #FE9519: hue angle of 32.49º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE9519 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 25 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.00 |
| HSL | 32.49º | 0.99% | 0.55% | - |
| HSV(B) | 32.49º | 0.9% | 1% | - |
| XYZ | 51.8 | 42.64 | 6.42 | - |
| YUV | 166.26 | 48.29 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 25 | 0 | 0.41 | 0.90 | 0.00 | 32.49 | 0.99 | 0.55 |
| Hex | FE | 95 | 19 | 0 | 29 | 5A | 0 | 20 | 63 | 37 |
| Octal | 376 | 225 | 31 | 0 | 51 | 132 | 0 | 40 | 143 | 67 |
| Binary | 11111110 | 10010101 | 11001 | 0 | 101001 | 1011010 | 0 | 100000 | 1100011 | 110111 |
Color Harmonies of #FE9519
Complementary color
Monochromatic Colors of #FE9519
Black with #FE9519
Text Example
Text Example
White with #FE9519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9519; }
p { color: rgb(254,149,25); }
H1.HeaderClassName
{
color: #FE9519;
}
.AnyTagClassName
{
color: #FE9519;
}
</style>
background-color css
<style>
a { background-color: #FE9519; }
a { background-color: rgb(254,149,25); }
div.DivClassName
{
background-color: #FE9519;
}
.BgClassName
{
background-color: #FE9519;
}
</style>
border-color css
<style>
span { border-color: #FE9519; }
span { border-color: rgb(254,149,25); }
td.TdClassName
{
border-color: #FE9519;
}
.TagClassName
{
border-color: #FE9519;
}
</style>