Shades of Carrot Orange #FE921B
Tints of Carrot Orange #FE921B
RGB
CMYK
RGB Variations
Color information
#FE921B (or 0xFE921B) is known color: Carrot Orange. HEX triplet: FE, 92 and 1B. RGB value is (254,146,27). Sum of RGB (Red+Green+Blue) = 254+146+27=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 27 (10.94% from 255 or 6.32% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE921B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE921B is #016DE4. Grayscale: #A5A5A5. Windows color (decimal): -93669 or 1807102. OLE color: 1807102.
HSL color Cylindrical-coordinate representation of color #FE921B: hue angle of 31.45º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE921B is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 27 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.00 |
| HSL | 31.45º | 0.99% | 0.55% | - |
| HSV(B) | 31.45º | 0.89% | 1% | - |
| XYZ | 51.35 | 41.71 | 6.38 | - |
| YUV | 164.73 | 50.28 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 27 | 0 | 0.43 | 0.89 | 0.00 | 31.45 | 0.99 | 0.55 |
| Hex | FE | 92 | 1B | 0 | 2B | 59 | 0 | 1F | 63 | 37 |
| Octal | 376 | 222 | 33 | 0 | 53 | 131 | 0 | 37 | 143 | 67 |
| Binary | 11111110 | 10010010 | 11011 | 0 | 101011 | 1011001 | 0 | 11111 | 1100011 | 110111 |
Color Harmonies of #FE921B
Complementary color
Monochromatic Colors of #FE921B
Black with #FE921B
Text Example
Text Example
White with #FE921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE921B; }
p { color: rgb(254,146,27); }
H1.HeaderClassName
{
color: #FE921B;
}
.AnyTagClassName
{
color: #FE921B;
}
</style>
background-color css
<style>
a { background-color: #FE921B; }
a { background-color: rgb(254,146,27); }
div.DivClassName
{
background-color: #FE921B;
}
.BgClassName
{
background-color: #FE921B;
}
</style>
border-color css
<style>
span { border-color: #FE921B; }
span { border-color: rgb(254,146,27); }
td.TdClassName
{
border-color: #FE921B;
}
.TagClassName
{
border-color: #FE921B;
}
</style>