Shades of Rajah #FEAD5C
Tints of Rajah #FEAD5C
RGB
CMYK
RGB Variations
Color information
#FEAD5C (or 0xFEAD5C) is known color: Rajah. HEX triplet: FE, AD and 5C. RGB value is (254,173,92). Sum of RGB (Red+Green+Blue) = 254+173+92=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD5C is #0152A3. Grayscale: #BCBCBC. Windows color (decimal): -86692 or 6073854. OLE color: 6073854.
HSL color Cylindrical-coordinate representation of color #FEAD5C: hue angle of 30º 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 #FEAD5C is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 92 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.00 |
| HSL | 30º | 0.99% | 0.68% | - |
| HSV(B) | 30º | 0.64% | 1% | - |
| XYZ | 57.75 | 51.73 | 17.07 | - |
| YUV | 187.99 | 73.84 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 92 | 0 | 0.32 | 0.64 | 0.00 | 30 | 0.99 | 0.68 |
| Hex | FE | AD | 5C | 0 | 20 | 40 | 0 | 1E | 63 | 44 |
| Octal | 376 | 255 | 134 | 0 | 40 | 100 | 0 | 36 | 143 | 104 |
| Binary | 11111110 | 10101101 | 1011100 | 0 | 100000 | 1000000 | 0 | 11110 | 1100011 | 1000100 |
Color Harmonies of #FEAD5C
Complementary color
Monochromatic Colors of #FEAD5C
Black with #FEAD5C
Text Example
Text Example
White with #FEAD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD5C; }
p { color: rgb(254,173,92); }
H1.HeaderClassName
{
color: #FEAD5C;
}
.AnyTagClassName
{
color: #FEAD5C;
}
</style>
background-color css
<style>
a { background-color: #FEAD5C; }
a { background-color: rgb(254,173,92); }
div.DivClassName
{
background-color: #FEAD5C;
}
.BgClassName
{
background-color: #FEAD5C;
}
</style>
border-color css
<style>
span { border-color: #FEAD5C; }
span { border-color: rgb(254,173,92); }
td.TdClassName
{
border-color: #FEAD5C;
}
.TagClassName
{
border-color: #FEAD5C;
}
</style>