Shades of Rajah #FEAF64
Tints of Rajah #FEAF64
RGB
CMYK
RGB Variations
Color information
#FEAF64 (or 0xFEAF64) is known color: Rajah. HEX triplet: FE, AF and 64. RGB value is (254,175,100). Sum of RGB (Red+Green+Blue) = 254+175+100=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF64 is #01509B. Grayscale: #BEBEBE. Windows color (decimal): -86172 or 6598654. OLE color: 6598654.
HSL color Cylindrical-coordinate representation of color #FEAF64: hue angle of 29.22º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEAF64 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 100 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.00 |
| HSL | 29.22º | 0.99% | 0.69% | - |
| HSV(B) | 29.22º | 0.61% | 1% | - |
| XYZ | 58.5 | 52.65 | 19.14 | - |
| YUV | 190.07 | 77.17 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 100 | 0 | 0.31 | 0.61 | 0.00 | 29.22 | 0.99 | 0.69 |
| Hex | FE | AF | 64 | 0 | 1F | 3D | 0 | 1D | 63 | 45 |
| Octal | 376 | 257 | 144 | 0 | 37 | 75 | 0 | 35 | 143 | 105 |
| Binary | 11111110 | 10101111 | 1100100 | 0 | 11111 | 111101 | 0 | 11101 | 1100011 | 1000101 |
Color Harmonies of #FEAF64
Complementary color
Monochromatic Colors of #FEAF64
Black with #FEAF64
Text Example
Text Example
White with #FEAF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAF64; }
p { color: rgb(254,175,100); }
H1.HeaderClassName
{
color: #FEAF64;
}
.AnyTagClassName
{
color: #FEAF64;
}
</style>
background-color css
<style>
a { background-color: #FEAF64; }
a { background-color: rgb(254,175,100); }
div.DivClassName
{
background-color: #FEAF64;
}
.BgClassName
{
background-color: #FEAF64;
}
</style>
border-color css
<style>
span { border-color: #FEAF64; }
span { border-color: rgb(254,175,100); }
td.TdClassName
{
border-color: #FEAF64;
}
.TagClassName
{
border-color: #FEAF64;
}
</style>