Shades of Rajah #FAAF6C
Tints of Rajah #FAAF6C
RGB
CMYK
RGB Variations
Color information
#FAAF6C (or 0xFAAF6C) is known color: Rajah. HEX triplet: FA, AF and 6C. RGB value is (250,175,108). Sum of RGB (Red+Green+Blue) = 250+175+108=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF6C is #055093. Grayscale: #BEBEBE. Windows color (decimal): -348308 or 7122938. OLE color: 7122938.
HSL color Cylindrical-coordinate representation of color #FAAF6C: hue angle of 28.31º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAAF6C is Cyan = 0, Magento = 0.3, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 108 | - |
| CMYK | 0 | 0.3 | 0.57 | 0.02 |
| HSL | 28.31º | 0.93% | 0.7% | - |
| HSV(B) | 28.31º | 0.57% | 0.98% | - |
| XYZ | 57.46 | 52.07 | 21.21 | - |
| YUV | 189.79 | 81.85 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 108 | 0 | 0.3 | 0.57 | 0.02 | 28.31 | 0.93 | 0.7 |
| Hex | FA | AF | 6C | 0 | 1E | 39 | 2 | 1C | 5D | 46 |
| Octal | 372 | 257 | 154 | 0 | 36 | 71 | 2 | 34 | 135 | 106 |
| Binary | 11111010 | 10101111 | 1101100 | 0 | 11110 | 111001 | 10 | 11100 | 1011101 | 1000110 |
Color Harmonies of #FAAF6C
Complementary color
Monochromatic Colors of #FAAF6C
Black with #FAAF6C
Text Example
Text Example
White with #FAAF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF6C; }
p { color: rgb(250,175,108); }
H1.HeaderClassName
{
color: #FAAF6C;
}
.AnyTagClassName
{
color: #FAAF6C;
}
</style>
background-color css
<style>
a { background-color: #FAAF6C; }
a { background-color: rgb(250,175,108); }
div.DivClassName
{
background-color: #FAAF6C;
}
.BgClassName
{
background-color: #FAAF6C;
}
</style>
border-color css
<style>
span { border-color: #FAAF6C; }
span { border-color: rgb(250,175,108); }
td.TdClassName
{
border-color: #FAAF6C;
}
.TagClassName
{
border-color: #FAAF6C;
}
</style>