Shades of Selective Yellow #FEB50D
Tints of Selective Yellow #FEB50D
RGB
CMYK
RGB Variations
Color information
#FEB50D (or 0xFEB50D) is known color: Selective Yellow. HEX triplet: FE, B5 and 0D. RGB value is (254,181,13). Sum of RGB (Red+Green+Blue) = 254+181+13=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB50D is #014AF2. Grayscale: #B8B8B8. Windows color (decimal): -84723 or 898558. OLE color: 898558.
HSL color Cylindrical-coordinate representation of color #FEB50D: hue angle of 41.83º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEB50D is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 13 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.00 |
| HSL | 41.83º | 0.99% | 0.52% | - |
| HSV(B) | 41.83º | 0.95% | 1% | - |
| XYZ | 57.47 | 54.15 | 7.8 | - |
| YUV | 183.68 | 31.68 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 13 | 0 | 0.29 | 0.95 | 0.00 | 41.83 | 0.99 | 0.52 |
| Hex | FE | B5 | D | 0 | 1D | 5F | 0 | 2A | 63 | 34 |
| Octal | 376 | 265 | 15 | 0 | 35 | 137 | 0 | 52 | 143 | 64 |
| Binary | 11111110 | 10110101 | 1101 | 0 | 11101 | 1011111 | 0 | 101010 | 1100011 | 110100 |
Color Harmonies of #FEB50D
Complementary color
Monochromatic Colors of #FEB50D
Black with #FEB50D
Text Example
Text Example
White with #FEB50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB50D; }
p { color: rgb(254,181,13); }
H1.HeaderClassName
{
color: #FEB50D;
}
.AnyTagClassName
{
color: #FEB50D;
}
</style>
background-color css
<style>
a { background-color: #FEB50D; }
a { background-color: rgb(254,181,13); }
div.DivClassName
{
background-color: #FEB50D;
}
.BgClassName
{
background-color: #FEB50D;
}
</style>
border-color css
<style>
span { border-color: #FEB50D; }
span { border-color: rgb(254,181,13); }
td.TdClassName
{
border-color: #FEB50D;
}
.TagClassName
{
border-color: #FEB50D;
}
</style>