Shades of Rajah #FDA85A
Tints of Rajah #FDA85A
RGB
CMYK
RGB Variations
Color information
#FDA85A (or 0xFDA85A) is known color: Rajah. HEX triplet: FD, A8 and 5A. RGB value is (253,168,90). Sum of RGB (Red+Green+Blue) = 253+168+90=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA85A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA85A is #0257A5. Grayscale: #B8B8B8. Windows color (decimal): -153510 or 5941501. OLE color: 5941501.
HSL color Cylindrical-coordinate representation of color #FDA85A: hue angle of 28.71º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDA85A is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 90 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.01 |
| HSL | 28.71º | 0.98% | 0.67% | - |
| HSV(B) | 28.71º | 0.64% | 0.99% | - |
| XYZ | 56.36 | 49.63 | 16.28 | - |
| YUV | 184.52 | 74.66 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 90 | 0 | 0.34 | 0.64 | 0.01 | 28.71 | 0.98 | 0.67 |
| Hex | FD | A8 | 5A | 0 | 22 | 40 | 1 | 1D | 62 | 43 |
| Octal | 375 | 250 | 132 | 0 | 42 | 100 | 1 | 35 | 142 | 103 |
| Binary | 11111101 | 10101000 | 1011010 | 0 | 100010 | 1000000 | 1 | 11101 | 1100010 | 1000011 |
Color Harmonies of #FDA85A
Complementary color
Monochromatic Colors of #FDA85A
Black with #FDA85A
Text Example
Text Example
White with #FDA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA85A; }
p { color: rgb(253,168,90); }
H1.HeaderClassName
{
color: #FDA85A;
}
.AnyTagClassName
{
color: #FDA85A;
}
</style>
background-color css
<style>
a { background-color: #FDA85A; }
a { background-color: rgb(253,168,90); }
div.DivClassName
{
background-color: #FDA85A;
}
.BgClassName
{
background-color: #FDA85A;
}
</style>
border-color css
<style>
span { border-color: #FDA85A; }
span { border-color: rgb(253,168,90); }
td.TdClassName
{
border-color: #FDA85A;
}
.TagClassName
{
border-color: #FDA85A;
}
</style>