Shades of Rajah #FDA85C
Tints of Rajah #FDA85C
RGB
CMYK
RGB Variations
Color information
#FDA85C (or 0xFDA85C) is known color: Rajah. HEX triplet: FD, A8 and 5C. RGB value is (253,168,92). Sum of RGB (Red+Green+Blue) = 253+168+92=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA85C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA85C is #0257A3. Grayscale: #B9B9B9. Windows color (decimal): -153508 or 6072573. OLE color: 6072573.
HSL color Cylindrical-coordinate representation of color #FDA85C: hue angle of 28.32º 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 #FDA85C is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 92 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.01 |
| HSL | 28.32º | 0.98% | 0.68% | - |
| HSV(B) | 28.32º | 0.64% | 0.99% | - |
| XYZ | 56.44 | 49.66 | 16.74 | - |
| YUV | 184.75 | 75.66 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 92 | 0 | 0.34 | 0.64 | 0.01 | 28.32 | 0.98 | 0.68 |
| Hex | FD | A8 | 5C | 0 | 22 | 40 | 1 | 1C | 62 | 44 |
| Octal | 375 | 250 | 134 | 0 | 42 | 100 | 1 | 34 | 142 | 104 |
| Binary | 11111101 | 10101000 | 1011100 | 0 | 100010 | 1000000 | 1 | 11100 | 1100010 | 1000100 |
Color Harmonies of #FDA85C
Complementary color
Monochromatic Colors of #FDA85C
Black with #FDA85C
Text Example
Text Example
White with #FDA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA85C; }
p { color: rgb(253,168,92); }
H1.HeaderClassName
{
color: #FDA85C;
}
.AnyTagClassName
{
color: #FDA85C;
}
</style>
background-color css
<style>
a { background-color: #FDA85C; }
a { background-color: rgb(253,168,92); }
div.DivClassName
{
background-color: #FDA85C;
}
.BgClassName
{
background-color: #FDA85C;
}
</style>
border-color css
<style>
span { border-color: #FDA85C; }
span { border-color: rgb(253,168,92); }
td.TdClassName
{
border-color: #FDA85C;
}
.TagClassName
{
border-color: #FDA85C;
}
</style>