Shades of Rajah #FAAC68
Tints of Rajah #FAAC68
RGB
CMYK
RGB Variations
Color information
#FAAC68 (or 0xFAAC68) is known color: Rajah. HEX triplet: FA, AC and 68. RGB value is (250,172,104). Sum of RGB (Red+Green+Blue) = 250+172+104=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAC68 is #055397. Grayscale: #BBBBBB. Windows color (decimal): -349080 or 6860026. OLE color: 6860026.
HSL color Cylindrical-coordinate representation of color #FAAC68: hue angle of 27.95º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAAC68 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 104 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.02 |
| HSL | 27.95º | 0.94% | 0.69% | - |
| HSV(B) | 27.95º | 0.58% | 0.98% | - |
| XYZ | 56.68 | 50.83 | 19.92 | - |
| YUV | 187.57 | 80.84 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 104 | 0 | 0.31 | 0.58 | 0.02 | 27.95 | 0.94 | 0.69 |
| Hex | FA | AC | 68 | 0 | 1F | 3A | 2 | 1C | 5E | 45 |
| Octal | 372 | 254 | 150 | 0 | 37 | 72 | 2 | 34 | 136 | 105 |
| Binary | 11111010 | 10101100 | 1101000 | 0 | 11111 | 111010 | 10 | 11100 | 1011110 | 1000101 |
Color Harmonies of #FAAC68
Complementary color
Monochromatic Colors of #FAAC68
Black with #FAAC68
Text Example
Text Example
White with #FAAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAC68; }
p { color: rgb(250,172,104); }
H1.HeaderClassName
{
color: #FAAC68;
}
.AnyTagClassName
{
color: #FAAC68;
}
</style>
background-color css
<style>
a { background-color: #FAAC68; }
a { background-color: rgb(250,172,104); }
div.DivClassName
{
background-color: #FAAC68;
}
.BgClassName
{
background-color: #FAAC68;
}
</style>
border-color css
<style>
span { border-color: #FAAC68; }
span { border-color: rgb(250,172,104); }
td.TdClassName
{
border-color: #FAAC68;
}
.TagClassName
{
border-color: #FAAC68;
}
</style>