Shades of Rajah #FEB865
Tints of Rajah #FEB865
RGB
CMYK
RGB Variations
Color information
#FEB865 (or 0xFEB865) is known color: Rajah. HEX triplet: FE, B8 and 65. RGB value is (254,184,101). Sum of RGB (Red+Green+Blue) = 254+184+101=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB865 is #01479A. Grayscale: #C3C3C3. Windows color (decimal): -83867 or 6666494. OLE color: 6666494.
HSL color Cylindrical-coordinate representation of color #FEB865: hue angle of 32.55º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEB865 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 101 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.00 |
| HSL | 32.55º | 0.99% | 0.7% | - |
| HSV(B) | 32.55º | 0.6% | 1% | - |
| XYZ | 60.36 | 56.29 | 20 | - |
| YUV | 195.47 | 74.69 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 101 | 0 | 0.28 | 0.60 | 0.00 | 32.55 | 0.99 | 0.7 |
| Hex | FE | B8 | 65 | 0 | 1C | 3C | 0 | 21 | 63 | 46 |
| Octal | 376 | 270 | 145 | 0 | 34 | 74 | 0 | 41 | 143 | 106 |
| Binary | 11111110 | 10111000 | 1100101 | 0 | 11100 | 111100 | 0 | 100001 | 1100011 | 1000110 |
Color Harmonies of #FEB865
Complementary color
Monochromatic Colors of #FEB865
Black with #FEB865
Text Example
Text Example
White with #FEB865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB865; }
p { color: rgb(254,184,101); }
H1.HeaderClassName
{
color: #FEB865;
}
.AnyTagClassName
{
color: #FEB865;
}
</style>
background-color css
<style>
a { background-color: #FEB865; }
a { background-color: rgb(254,184,101); }
div.DivClassName
{
background-color: #FEB865;
}
.BgClassName
{
background-color: #FEB865;
}
</style>
border-color css
<style>
span { border-color: #FEB865; }
span { border-color: rgb(254,184,101); }
td.TdClassName
{
border-color: #FEB865;
}
.TagClassName
{
border-color: #FEB865;
}
</style>