Shades of Rajah #FEA75A
Tints of Rajah #FEA75A
RGB
CMYK
RGB Variations
Color information
#FEA75A (or 0xFEA75A) is known color: Rajah. HEX triplet: FE, A7 and 5A. RGB value is (254,167,90). Sum of RGB (Red+Green+Blue) = 254+167+90=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA75A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA75A is #0158A5. Grayscale: #B8B8B8. Windows color (decimal): -88230 or 5941246. OLE color: 5941246.
HSL color Cylindrical-coordinate representation of color #FEA75A: hue angle of 28.17º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEA75A is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 90 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.00 |
| HSL | 28.17º | 0.99% | 0.67% | - |
| HSV(B) | 28.17º | 0.65% | 1% | - |
| XYZ | 56.54 | 49.45 | 16.24 | - |
| YUV | 184.24 | 74.82 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 90 | 0 | 0.34 | 0.65 | 0.00 | 28.17 | 0.99 | 0.67 |
| Hex | FE | A7 | 5A | 0 | 22 | 41 | 0 | 1C | 63 | 43 |
| Octal | 376 | 247 | 132 | 0 | 42 | 101 | 0 | 34 | 143 | 103 |
| Binary | 11111110 | 10100111 | 1011010 | 0 | 100010 | 1000001 | 0 | 11100 | 1100011 | 1000011 |
Color Harmonies of #FEA75A
Complementary color
Monochromatic Colors of #FEA75A
Black with #FEA75A
Text Example
Text Example
White with #FEA75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA75A; }
p { color: rgb(254,167,90); }
H1.HeaderClassName
{
color: #FEA75A;
}
.AnyTagClassName
{
color: #FEA75A;
}
</style>
background-color css
<style>
a { background-color: #FEA75A; }
a { background-color: rgb(254,167,90); }
div.DivClassName
{
background-color: #FEA75A;
}
.BgClassName
{
background-color: #FEA75A;
}
</style>
border-color css
<style>
span { border-color: #FEA75A; }
span { border-color: rgb(254,167,90); }
td.TdClassName
{
border-color: #FEA75A;
}
.TagClassName
{
border-color: #FEA75A;
}
</style>