Shades of Rajah #FAAF5C
Tints of Rajah #FAAF5C
RGB
CMYK
RGB Variations
Color information
#FAAF5C (or 0xFAAF5C) is known color: Rajah. HEX triplet: FA, AF and 5C. RGB value is (250,175,92). Sum of RGB (Red+Green+Blue) = 250+175+92=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF5C is #0550A3. Grayscale: #BCBCBC. Windows color (decimal): -348324 or 6074362. OLE color: 6074362.
HSL color Cylindrical-coordinate representation of color #FAAF5C: hue angle of 31.52º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAAF5C is Cyan = 0, Magento = 0.3, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 92 | - |
| CMYK | 0 | 0.3 | 0.63 | 0.02 |
| HSL | 31.52º | 0.94% | 0.67% | - |
| HSV(B) | 31.52º | 0.63% | 0.98% | - |
| XYZ | 56.69 | 51.76 | 17.13 | - |
| YUV | 187.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 92 | 0 | 0.3 | 0.63 | 0.02 | 31.52 | 0.94 | 0.67 |
| Hex | FA | AF | 5C | 0 | 1E | 3F | 2 | 20 | 5E | 43 |
| Octal | 372 | 257 | 134 | 0 | 36 | 77 | 2 | 40 | 136 | 103 |
| Binary | 11111010 | 10101111 | 1011100 | 0 | 11110 | 111111 | 10 | 100000 | 1011110 | 1000011 |
Color Harmonies of #FAAF5C
Complementary color
Monochromatic Colors of #FAAF5C
Black with #FAAF5C
Text Example
Text Example
White with #FAAF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF5C; }
p { color: rgb(250,175,92); }
H1.HeaderClassName
{
color: #FAAF5C;
}
.AnyTagClassName
{
color: #FAAF5C;
}
</style>
background-color css
<style>
a { background-color: #FAAF5C; }
a { background-color: rgb(250,175,92); }
div.DivClassName
{
background-color: #FAAF5C;
}
.BgClassName
{
background-color: #FAAF5C;
}
</style>
border-color css
<style>
span { border-color: #FAAF5C; }
span { border-color: rgb(250,175,92); }
td.TdClassName
{
border-color: #FAAF5C;
}
.TagClassName
{
border-color: #FAAF5C;
}
</style>