Shades of Rajah #FEB56B
Tints of Rajah #FEB56B
RGB
CMYK
RGB Variations
Color information
#FEB56B (or 0xFEB56B) is known color: Rajah. HEX triplet: FE, B5 and 6B. RGB value is (254,181,107). Sum of RGB (Red+Green+Blue) = 254+181+107=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB56B is #014A94. Grayscale: #C2C2C2. Windows color (decimal): -84629 or 7058942. OLE color: 7058942.
HSL color Cylindrical-coordinate representation of color #FEB56B: hue angle of 30.2º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEB56B is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 107 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.00 |
| HSL | 30.2º | 0.99% | 0.71% | - |
| HSV(B) | 30.2º | 0.58% | 1% | - |
| XYZ | 60.05 | 55.18 | 21.4 | - |
| YUV | 194.39 | 78.68 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 107 | 0 | 0.29 | 0.58 | 0.00 | 30.2 | 0.99 | 0.71 |
| Hex | FE | B5 | 6B | 0 | 1D | 3A | 0 | 1E | 63 | 47 |
| Octal | 376 | 265 | 153 | 0 | 35 | 72 | 0 | 36 | 143 | 107 |
| Binary | 11111110 | 10110101 | 1101011 | 0 | 11101 | 111010 | 0 | 11110 | 1100011 | 1000111 |
Color Harmonies of #FEB56B
Complementary color
Monochromatic Colors of #FEB56B
Black with #FEB56B
Text Example
Text Example
White with #FEB56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB56B; }
p { color: rgb(254,181,107); }
H1.HeaderClassName
{
color: #FEB56B;
}
.AnyTagClassName
{
color: #FEB56B;
}
</style>
background-color css
<style>
a { background-color: #FEB56B; }
a { background-color: rgb(254,181,107); }
div.DivClassName
{
background-color: #FEB56B;
}
.BgClassName
{
background-color: #FEB56B;
}
</style>
border-color css
<style>
span { border-color: #FEB56B; }
span { border-color: rgb(254,181,107); }
td.TdClassName
{
border-color: #FEB56B;
}
.TagClassName
{
border-color: #FEB56B;
}
</style>