Shades of Rajah #FDAA67
Tints of Rajah #FDAA67
RGB
CMYK
RGB Variations
Color information
#FDAA67 (or 0xFDAA67) is known color: Rajah. HEX triplet: FD, AA and 67. RGB value is (253,170,103). Sum of RGB (Red+Green+Blue) = 253+170+103=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAA67 is #025598. Grayscale: #BBBBBB. Windows color (decimal): -152985 or 6793981. OLE color: 6793981.
HSL color Cylindrical-coordinate representation of color #FDAA67: hue angle of 26.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDAA67 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 103 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.01 |
| HSL | 26.8º | 0.97% | 0.7% | - |
| HSV(B) | 26.8º | 0.59% | 0.99% | - |
| XYZ | 57.33 | 50.61 | 19.58 | - |
| YUV | 187.18 | 80.5 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 103 | 0 | 0.33 | 0.59 | 0.01 | 26.8 | 0.97 | 0.7 |
| Hex | FD | AA | 67 | 0 | 21 | 3B | 1 | 1B | 61 | 46 |
| Octal | 375 | 252 | 147 | 0 | 41 | 73 | 1 | 33 | 141 | 106 |
| Binary | 11111101 | 10101010 | 1100111 | 0 | 100001 | 111011 | 1 | 11011 | 1100001 | 1000110 |
Color Harmonies of #FDAA67
Complementary color
Monochromatic Colors of #FDAA67
Black with #FDAA67
Text Example
Text Example
White with #FDAA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA67; }
p { color: rgb(253,170,103); }
H1.HeaderClassName
{
color: #FDAA67;
}
.AnyTagClassName
{
color: #FDAA67;
}
</style>
background-color css
<style>
a { background-color: #FDAA67; }
a { background-color: rgb(253,170,103); }
div.DivClassName
{
background-color: #FDAA67;
}
.BgClassName
{
background-color: #FDAA67;
}
</style>
border-color css
<style>
span { border-color: #FDAA67; }
span { border-color: rgb(253,170,103); }
td.TdClassName
{
border-color: #FDAA67;
}
.TagClassName
{
border-color: #FDAA67;
}
</style>