Shades of Rajah #FDAA5C
Tints of Rajah #FDAA5C
RGB
CMYK
RGB Variations
Color information
#FDAA5C (or 0xFDAA5C) is known color: Rajah. HEX triplet: FD, AA and 5C. RGB value is (253,170,92). Sum of RGB (Red+Green+Blue) = 253+170+92=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAA5C is #0255A3. Grayscale: #BABABA. Windows color (decimal): -152996 or 6073085. OLE color: 6073085.
HSL color Cylindrical-coordinate representation of color #FDAA5C: hue angle of 29.07º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDAA5C is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 92 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.01 |
| HSL | 29.07º | 0.98% | 0.68% | - |
| HSV(B) | 29.07º | 0.64% | 0.99% | - |
| XYZ | 56.81 | 50.4 | 16.86 | - |
| YUV | 185.93 | 75 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 92 | 0 | 0.33 | 0.64 | 0.01 | 29.07 | 0.98 | 0.68 |
| Hex | FD | AA | 5C | 0 | 21 | 40 | 1 | 1D | 62 | 44 |
| Octal | 375 | 252 | 134 | 0 | 41 | 100 | 1 | 35 | 142 | 104 |
| Binary | 11111101 | 10101010 | 1011100 | 0 | 100001 | 1000000 | 1 | 11101 | 1100010 | 1000100 |
Color Harmonies of #FDAA5C
Complementary color
Monochromatic Colors of #FDAA5C
Black with #FDAA5C
Text Example
Text Example
White with #FDAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA5C; }
p { color: rgb(253,170,92); }
H1.HeaderClassName
{
color: #FDAA5C;
}
.AnyTagClassName
{
color: #FDAA5C;
}
</style>
background-color css
<style>
a { background-color: #FDAA5C; }
a { background-color: rgb(253,170,92); }
div.DivClassName
{
background-color: #FDAA5C;
}
.BgClassName
{
background-color: #FDAA5C;
}
</style>
border-color css
<style>
span { border-color: #FDAA5C; }
span { border-color: rgb(253,170,92); }
td.TdClassName
{
border-color: #FDAA5C;
}
.TagClassName
{
border-color: #FDAA5C;
}
</style>