Shades of Rajah #FAA85D
Tints of Rajah #FAA85D
RGB
CMYK
RGB Variations
Color information
#FAA85D (or 0xFAA85D) is known color: Rajah. HEX triplet: FA, A8 and 5D. RGB value is (250,168,93). Sum of RGB (Red+Green+Blue) = 250+168+93=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA85D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA85D is #0557A2. Grayscale: #B8B8B8. Windows color (decimal): -350115 or 6138106. OLE color: 6138106.
HSL color Cylindrical-coordinate representation of color #FAA85D: hue angle of 28.66º 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 #FAA85D is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 93 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.02 |
| HSL | 28.66º | 0.94% | 0.67% | - |
| HSV(B) | 28.66º | 0.63% | 0.98% | - |
| XYZ | 55.4 | 49.12 | 16.92 | - |
| YUV | 183.97 | 76.67 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 93 | 0 | 0.33 | 0.63 | 0.02 | 28.66 | 0.94 | 0.67 |
| Hex | FA | A8 | 5D | 0 | 21 | 3F | 2 | 1D | 5E | 43 |
| Octal | 372 | 250 | 135 | 0 | 41 | 77 | 2 | 35 | 136 | 103 |
| Binary | 11111010 | 10101000 | 1011101 | 0 | 100001 | 111111 | 10 | 11101 | 1011110 | 1000011 |
Color Harmonies of #FAA85D
Complementary color
Monochromatic Colors of #FAA85D
Black with #FAA85D
Text Example
Text Example
White with #FAA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA85D; }
p { color: rgb(250,168,93); }
H1.HeaderClassName
{
color: #FAA85D;
}
.AnyTagClassName
{
color: #FAA85D;
}
</style>
background-color css
<style>
a { background-color: #FAA85D; }
a { background-color: rgb(250,168,93); }
div.DivClassName
{
background-color: #FAA85D;
}
.BgClassName
{
background-color: #FAA85D;
}
</style>
border-color css
<style>
span { border-color: #FAA85D; }
span { border-color: rgb(250,168,93); }
td.TdClassName
{
border-color: #FAA85D;
}
.TagClassName
{
border-color: #FAA85D;
}
</style>