Shades of Rajah #FDA75A
Tints of Rajah #FDA75A
RGB
CMYK
RGB Variations
Color information
#FDA75A (or 0xFDA75A) is known color: Rajah. HEX triplet: FD, A7 and 5A. RGB value is (253,167,90). Sum of RGB (Red+Green+Blue) = 253+167+90=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA75A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA75A is #0258A5. Grayscale: #B8B8B8. Windows color (decimal): -153766 or 5941245. OLE color: 5941245.
HSL color Cylindrical-coordinate representation of color #FDA75A: hue angle of 28.34º 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 #FDA75A is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 90 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.01 |
| HSL | 28.34º | 0.98% | 0.67% | - |
| HSV(B) | 28.34º | 0.64% | 0.99% | - |
| XYZ | 56.17 | 49.26 | 16.22 | - |
| YUV | 183.94 | 74.99 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 90 | 0 | 0.34 | 0.64 | 0.01 | 28.34 | 0.98 | 0.67 |
| Hex | FD | A7 | 5A | 0 | 22 | 40 | 1 | 1C | 62 | 43 |
| Octal | 375 | 247 | 132 | 0 | 42 | 100 | 1 | 34 | 142 | 103 |
| Binary | 11111101 | 10100111 | 1011010 | 0 | 100010 | 1000000 | 1 | 11100 | 1100010 | 1000011 |
Color Harmonies of #FDA75A
Complementary color
Monochromatic Colors of #FDA75A
Black with #FDA75A
Text Example
Text Example
White with #FDA75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA75A; }
p { color: rgb(253,167,90); }
H1.HeaderClassName
{
color: #FDA75A;
}
.AnyTagClassName
{
color: #FDA75A;
}
</style>
background-color css
<style>
a { background-color: #FDA75A; }
a { background-color: rgb(253,167,90); }
div.DivClassName
{
background-color: #FDA75A;
}
.BgClassName
{
background-color: #FDA75A;
}
</style>
border-color css
<style>
span { border-color: #FDA75A; }
span { border-color: rgb(253,167,90); }
td.TdClassName
{
border-color: #FDA75A;
}
.TagClassName
{
border-color: #FDA75A;
}
</style>