Shades of Rajah #FEB05C
Tints of Rajah #FEB05C
RGB
CMYK
RGB Variations
Color information
#FEB05C (or 0xFEB05C) is known color: Rajah. HEX triplet: FE, B0 and 5C. RGB value is (254,176,92). Sum of RGB (Red+Green+Blue) = 254+176+92=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB05C is #014FA3. Grayscale: #BEBEBE. Windows color (decimal): -85924 or 6074622. OLE color: 6074622.
HSL color Cylindrical-coordinate representation of color #FEB05C: hue angle of 31.11º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEB05C is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 92 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.00 |
| HSL | 31.11º | 0.99% | 0.68% | - |
| HSV(B) | 31.11º | 0.64% | 1% | - |
| XYZ | 58.33 | 52.89 | 17.26 | - |
| YUV | 189.75 | 72.84 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 92 | 0 | 0.31 | 0.64 | 0.00 | 31.11 | 0.99 | 0.68 |
| Hex | FE | B0 | 5C | 0 | 1F | 40 | 0 | 1F | 63 | 44 |
| Octal | 376 | 260 | 134 | 0 | 37 | 100 | 0 | 37 | 143 | 104 |
| Binary | 11111110 | 10110000 | 1011100 | 0 | 11111 | 1000000 | 0 | 11111 | 1100011 | 1000100 |
Color Harmonies of #FEB05C
Complementary color
Monochromatic Colors of #FEB05C
Black with #FEB05C
Text Example
Text Example
White with #FEB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB05C; }
p { color: rgb(254,176,92); }
H1.HeaderClassName
{
color: #FEB05C;
}
.AnyTagClassName
{
color: #FEB05C;
}
</style>
background-color css
<style>
a { background-color: #FEB05C; }
a { background-color: rgb(254,176,92); }
div.DivClassName
{
background-color: #FEB05C;
}
.BgClassName
{
background-color: #FEB05C;
}
</style>
border-color css
<style>
span { border-color: #FEB05C; }
span { border-color: rgb(254,176,92); }
td.TdClassName
{
border-color: #FEB05C;
}
.TagClassName
{
border-color: #FEB05C;
}
</style>