Shades of Yellow Orange #FEB141
Tints of Yellow Orange #FEB141
RGB
CMYK
RGB Variations
Color information
#FEB141 (or 0xFEB141) is known color: Yellow Orange. HEX triplet: FE, B1 and 41. RGB value is (254,177,65). Sum of RGB (Red+Green+Blue) = 254+177+65=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB141 is #014EBE. Grayscale: #BBBBBB. Windows color (decimal): -85695 or 4305406. OLE color: 4305406.
HSL color Cylindrical-coordinate representation of color #FEB141: hue angle of 35.56º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEB141 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 65 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.00 |
| HSL | 35.56º | 0.99% | 0.63% | - |
| HSV(B) | 35.56º | 0.74% | 1% | - |
| XYZ | 57.55 | 52.9 | 12.18 | - |
| YUV | 187.26 | 59.01 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 65 | 0 | 0.30 | 0.74 | 0.00 | 35.56 | 0.99 | 0.63 |
| Hex | FE | B1 | 41 | 0 | 1E | 4A | 0 | 24 | 63 | 3F |
| Octal | 376 | 261 | 101 | 0 | 36 | 112 | 0 | 44 | 143 | 77 |
| Binary | 11111110 | 10110001 | 1000001 | 0 | 11110 | 1001010 | 0 | 100100 | 1100011 | 111111 |
Color Harmonies of #FEB141
Complementary color
Monochromatic Colors of #FEB141
Black with #FEB141
Text Example
Text Example
White with #FEB141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB141; }
p { color: rgb(254,177,65); }
H1.HeaderClassName
{
color: #FEB141;
}
.AnyTagClassName
{
color: #FEB141;
}
</style>
background-color css
<style>
a { background-color: #FEB141; }
a { background-color: rgb(254,177,65); }
div.DivClassName
{
background-color: #FEB141;
}
.BgClassName
{
background-color: #FEB141;
}
</style>
border-color css
<style>
span { border-color: #FEB141; }
span { border-color: rgb(254,177,65); }
td.TdClassName
{
border-color: #FEB141;
}
.TagClassName
{
border-color: #FEB141;
}
</style>