Shades of Rajah #FEA761
Tints of Rajah #FEA761
RGB
CMYK
RGB Variations
Color information
#FEA761 (or 0xFEA761) is known color: Rajah. HEX triplet: FE, A7 and 61. RGB value is (254,167,97). Sum of RGB (Red+Green+Blue) = 254+167+97=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA761 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA761 is #01589E. Grayscale: #B9B9B9. Windows color (decimal): -88223 or 6399998. OLE color: 6399998.
HSL color Cylindrical-coordinate representation of color #FEA761: hue angle of 26.75º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEA761 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 97 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.00 |
| HSL | 26.75º | 0.99% | 0.69% | - |
| HSV(B) | 26.75º | 0.62% | 1% | - |
| XYZ | 56.85 | 49.57 | 17.88 | - |
| YUV | 185.03 | 78.32 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 97 | 0 | 0.34 | 0.62 | 0.00 | 26.75 | 0.99 | 0.69 |
| Hex | FE | A7 | 61 | 0 | 22 | 3E | 0 | 1B | 63 | 45 |
| Octal | 376 | 247 | 141 | 0 | 42 | 76 | 0 | 33 | 143 | 105 |
| Binary | 11111110 | 10100111 | 1100001 | 0 | 100010 | 111110 | 0 | 11011 | 1100011 | 1000101 |
Color Harmonies of #FEA761
Complementary color
Monochromatic Colors of #FEA761
Black with #FEA761
Text Example
Text Example
White with #FEA761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA761; }
p { color: rgb(254,167,97); }
H1.HeaderClassName
{
color: #FEA761;
}
.AnyTagClassName
{
color: #FEA761;
}
</style>
background-color css
<style>
a { background-color: #FEA761; }
a { background-color: rgb(254,167,97); }
div.DivClassName
{
background-color: #FEA761;
}
.BgClassName
{
background-color: #FEA761;
}
</style>
border-color css
<style>
span { border-color: #FEA761; }
span { border-color: rgb(254,167,97); }
td.TdClassName
{
border-color: #FEA761;
}
.TagClassName
{
border-color: #FEA761;
}
</style>