Shades of Rajah #FEA85C
Tints of Rajah #FEA85C
RGB
CMYK
RGB Variations
Color information
#FEA85C (or 0xFEA85C) is known color: Rajah. HEX triplet: FE, A8 and 5C. RGB value is (254,168,92). Sum of RGB (Red+Green+Blue) = 254+168+92=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA85C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA85C is #0157A3. Grayscale: #B9B9B9. Windows color (decimal): -87972 or 6072574. OLE color: 6072574.
HSL color Cylindrical-coordinate representation of color #FEA85C: hue angle of 28.15º 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 #FEA85C is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 92 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.00 |
| HSL | 28.15º | 0.99% | 0.68% | - |
| HSV(B) | 28.15º | 0.64% | 1% | - |
| XYZ | 56.81 | 49.85 | 16.75 | - |
| YUV | 185.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 92 | 0 | 0.34 | 0.64 | 0.00 | 28.15 | 0.99 | 0.68 |
| Hex | FE | A8 | 5C | 0 | 22 | 40 | 0 | 1C | 63 | 44 |
| Octal | 376 | 250 | 134 | 0 | 42 | 100 | 0 | 34 | 143 | 104 |
| Binary | 11111110 | 10101000 | 1011100 | 0 | 100010 | 1000000 | 0 | 11100 | 1100011 | 1000100 |
Color Harmonies of #FEA85C
Complementary color
Monochromatic Colors of #FEA85C
Black with #FEA85C
Text Example
Text Example
White with #FEA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA85C; }
p { color: rgb(254,168,92); }
H1.HeaderClassName
{
color: #FEA85C;
}
.AnyTagClassName
{
color: #FEA85C;
}
</style>
background-color css
<style>
a { background-color: #FEA85C; }
a { background-color: rgb(254,168,92); }
div.DivClassName
{
background-color: #FEA85C;
}
.BgClassName
{
background-color: #FEA85C;
}
</style>
border-color css
<style>
span { border-color: #FEA85C; }
span { border-color: rgb(254,168,92); }
td.TdClassName
{
border-color: #FEA85C;
}
.TagClassName
{
border-color: #FEA85C;
}
</style>