Shades of Rajah #FAAD61
Tints of Rajah #FAAD61
RGB
CMYK
RGB Variations
Color information
#FAAD61 (or 0xFAAD61) is known color: Rajah. HEX triplet: FA, AD and 61. RGB value is (250,173,97). Sum of RGB (Red+Green+Blue) = 250+173+97=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAD61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAD61 is #05529E. Grayscale: #BBBBBB. Windows color (decimal): -348831 or 6401530. OLE color: 6401530.
HSL color Cylindrical-coordinate representation of color #FAAD61: hue angle of 29.8º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAAD61 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 97 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.02 |
| HSL | 29.8º | 0.94% | 0.68% | - |
| HSV(B) | 29.8º | 0.61% | 0.98% | - |
| XYZ | 56.53 | 51.07 | 18.19 | - |
| YUV | 187.36 | 77.01 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 97 | 0 | 0.31 | 0.61 | 0.02 | 29.8 | 0.94 | 0.68 |
| Hex | FA | AD | 61 | 0 | 1F | 3D | 2 | 1E | 5E | 44 |
| Octal | 372 | 255 | 141 | 0 | 37 | 75 | 2 | 36 | 136 | 104 |
| Binary | 11111010 | 10101101 | 1100001 | 0 | 11111 | 111101 | 10 | 11110 | 1011110 | 1000100 |
Color Harmonies of #FAAD61
Complementary color
Monochromatic Colors of #FAAD61
Black with #FAAD61
Text Example
Text Example
White with #FAAD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAD61; }
p { color: rgb(250,173,97); }
H1.HeaderClassName
{
color: #FAAD61;
}
.AnyTagClassName
{
color: #FAAD61;
}
</style>
background-color css
<style>
a { background-color: #FAAD61; }
a { background-color: rgb(250,173,97); }
div.DivClassName
{
background-color: #FAAD61;
}
.BgClassName
{
background-color: #FAAD61;
}
</style>
border-color css
<style>
span { border-color: #FAAD61; }
span { border-color: rgb(250,173,97); }
td.TdClassName
{
border-color: #FAAD61;
}
.TagClassName
{
border-color: #FAAD61;
}
</style>