Shades of Rajah #FEB569
Tints of Rajah #FEB569
RGB
CMYK
RGB Variations
Color information
#FEB569 (or 0xFEB569) is known color: Rajah. HEX triplet: FE, B5 and 69. RGB value is (254,181,105). Sum of RGB (Red+Green+Blue) = 254+181+105=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB569 is #014A96. Grayscale: #C2C2C2. Windows color (decimal): -84631 or 6927870. OLE color: 6927870.
HSL color Cylindrical-coordinate representation of color #FEB569: hue angle of 30.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEB569 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 105 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.00 |
| HSL | 30.6º | 0.99% | 0.7% | - |
| HSV(B) | 30.6º | 0.59% | 1% | - |
| XYZ | 59.95 | 55.14 | 20.85 | - |
| YUV | 194.16 | 77.68 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 105 | 0 | 0.29 | 0.59 | 0.00 | 30.6 | 0.99 | 0.7 |
| Hex | FE | B5 | 69 | 0 | 1D | 3B | 0 | 1F | 63 | 46 |
| Octal | 376 | 265 | 151 | 0 | 35 | 73 | 0 | 37 | 143 | 106 |
| Binary | 11111110 | 10110101 | 1101001 | 0 | 11101 | 111011 | 0 | 11111 | 1100011 | 1000110 |
Color Harmonies of #FEB569
Complementary color
Monochromatic Colors of #FEB569
Black with #FEB569
Text Example
Text Example
White with #FEB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB569; }
p { color: rgb(254,181,105); }
H1.HeaderClassName
{
color: #FEB569;
}
.AnyTagClassName
{
color: #FEB569;
}
</style>
background-color css
<style>
a { background-color: #FEB569; }
a { background-color: rgb(254,181,105); }
div.DivClassName
{
background-color: #FEB569;
}
.BgClassName
{
background-color: #FEB569;
}
</style>
border-color css
<style>
span { border-color: #FEB569; }
span { border-color: rgb(254,181,105); }
td.TdClassName
{
border-color: #FEB569;
}
.TagClassName
{
border-color: #FEB569;
}
</style>