Shades of Rajah #FEB05D
Tints of Rajah #FEB05D
RGB
CMYK
RGB Variations
Color information
#FEB05D (or 0xFEB05D) is known color: Rajah. HEX triplet: FE, B0 and 5D. RGB value is (254,176,93). Sum of RGB (Red+Green+Blue) = 254+176+93=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB05D is #014FA2. Grayscale: #BEBEBE. Windows color (decimal): -85923 or 6140158. OLE color: 6140158.
HSL color Cylindrical-coordinate representation of color #FEB05D: hue angle of 30.93º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEB05D is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 93 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.00 |
| HSL | 30.93º | 0.99% | 0.68% | - |
| HSV(B) | 30.93º | 0.63% | 1% | - |
| XYZ | 58.37 | 52.91 | 17.49 | - |
| YUV | 189.86 | 73.34 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 93 | 0 | 0.31 | 0.63 | 0.00 | 30.93 | 0.99 | 0.68 |
| Hex | FE | B0 | 5D | 0 | 1F | 3F | 0 | 1F | 63 | 44 |
| Octal | 376 | 260 | 135 | 0 | 37 | 77 | 0 | 37 | 143 | 104 |
| Binary | 11111110 | 10110000 | 1011101 | 0 | 11111 | 111111 | 0 | 11111 | 1100011 | 1000100 |
Color Harmonies of #FEB05D
Complementary color
Monochromatic Colors of #FEB05D
Black with #FEB05D
Text Example
Text Example
White with #FEB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB05D; }
p { color: rgb(254,176,93); }
H1.HeaderClassName
{
color: #FEB05D;
}
.AnyTagClassName
{
color: #FEB05D;
}
</style>
background-color css
<style>
a { background-color: #FEB05D; }
a { background-color: rgb(254,176,93); }
div.DivClassName
{
background-color: #FEB05D;
}
.BgClassName
{
background-color: #FEB05D;
}
</style>
border-color css
<style>
span { border-color: #FEB05D; }
span { border-color: rgb(254,176,93); }
td.TdClassName
{
border-color: #FEB05D;
}
.TagClassName
{
border-color: #FEB05D;
}
</style>