Shades of Rajah #FEB65F
Tints of Rajah #FEB65F
RGB
CMYK
RGB Variations
Color information
#FEB65F (or 0xFEB65F) is known color: Rajah. HEX triplet: FE, B6 and 5F. RGB value is (254,182,95). Sum of RGB (Red+Green+Blue) = 254+182+95=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB65F is #0149A0. Grayscale: #C2C2C2. Windows color (decimal): -84385 or 6272766. OLE color: 6272766.
HSL color Cylindrical-coordinate representation of color #FEB65F: hue angle of 32.83º 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 #FEB65F is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 95 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.00 |
| HSL | 32.83º | 0.99% | 0.68% | - |
| HSV(B) | 32.83º | 0.63% | 1% | - |
| XYZ | 59.67 | 55.35 | 18.37 | - |
| YUV | 193.61 | 72.35 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 95 | 0 | 0.28 | 0.63 | 0.00 | 32.83 | 0.99 | 0.68 |
| Hex | FE | B6 | 5F | 0 | 1C | 3F | 0 | 21 | 63 | 44 |
| Octal | 376 | 266 | 137 | 0 | 34 | 77 | 0 | 41 | 143 | 104 |
| Binary | 11111110 | 10110110 | 1011111 | 0 | 11100 | 111111 | 0 | 100001 | 1100011 | 1000100 |
Color Harmonies of #FEB65F
Complementary color
Monochromatic Colors of #FEB65F
Black with #FEB65F
Text Example
Text Example
White with #FEB65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB65F; }
p { color: rgb(254,182,95); }
H1.HeaderClassName
{
color: #FEB65F;
}
.AnyTagClassName
{
color: #FEB65F;
}
</style>
background-color css
<style>
a { background-color: #FEB65F; }
a { background-color: rgb(254,182,95); }
div.DivClassName
{
background-color: #FEB65F;
}
.BgClassName
{
background-color: #FEB65F;
}
</style>
border-color css
<style>
span { border-color: #FEB65F; }
span { border-color: rgb(254,182,95); }
td.TdClassName
{
border-color: #FEB65F;
}
.TagClassName
{
border-color: #FEB65F;
}
</style>