Shades of Rajah #FAAF5D
Tints of Rajah #FAAF5D
RGB
CMYK
RGB Variations
Color information
#FAAF5D (or 0xFAAF5D) is known color: Rajah. HEX triplet: FA, AF and 5D. RGB value is (250,175,93). Sum of RGB (Red+Green+Blue) = 250+175+93=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF5D is #0550A2. Grayscale: #BCBCBC. Windows color (decimal): -348323 or 6139898. OLE color: 6139898.
HSL color Cylindrical-coordinate representation of color #FAAF5D: hue angle of 31.34º 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 #FAAF5D is Cyan = 0, Magento = 0.3, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 93 | - |
| CMYK | 0 | 0.3 | 0.63 | 0.02 |
| HSL | 31.34º | 0.94% | 0.67% | - |
| HSV(B) | 31.34º | 0.63% | 0.98% | - |
| XYZ | 56.73 | 51.77 | 17.36 | - |
| YUV | 188.08 | 74.35 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 93 | 0 | 0.3 | 0.63 | 0.02 | 31.34 | 0.94 | 0.67 |
| Hex | FA | AF | 5D | 0 | 1E | 3F | 2 | 1F | 5E | 43 |
| Octal | 372 | 257 | 135 | 0 | 36 | 77 | 2 | 37 | 136 | 103 |
| Binary | 11111010 | 10101111 | 1011101 | 0 | 11110 | 111111 | 10 | 11111 | 1011110 | 1000011 |
Color Harmonies of #FAAF5D
Complementary color
Monochromatic Colors of #FAAF5D
Black with #FAAF5D
Text Example
Text Example
White with #FAAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF5D; }
p { color: rgb(250,175,93); }
H1.HeaderClassName
{
color: #FAAF5D;
}
.AnyTagClassName
{
color: #FAAF5D;
}
</style>
background-color css
<style>
a { background-color: #FAAF5D; }
a { background-color: rgb(250,175,93); }
div.DivClassName
{
background-color: #FAAF5D;
}
.BgClassName
{
background-color: #FAAF5D;
}
</style>
border-color css
<style>
span { border-color: #FAAF5D; }
span { border-color: rgb(250,175,93); }
td.TdClassName
{
border-color: #FAAF5D;
}
.TagClassName
{
border-color: #FAAF5D;
}
</style>