Shades of Rajah #FDA65F
Tints of Rajah #FDA65F
RGB
CMYK
RGB Variations
Color information
#FDA65F (or 0xFDA65F) is known color: Rajah. HEX triplet: FD, A6 and 5F. RGB value is (253,166,95). Sum of RGB (Red+Green+Blue) = 253+166+95=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA65F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA65F is #0259A0. Grayscale: #B8B8B8. Windows color (decimal): -154017 or 6268669. OLE color: 6268669.
HSL color Cylindrical-coordinate representation of color #FDA65F: hue angle of 26.96º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDA65F is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 95 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.01 |
| HSL | 26.96º | 0.98% | 0.68% | - |
| HSV(B) | 26.96º | 0.62% | 0.99% | - |
| XYZ | 56.21 | 48.98 | 17.32 | - |
| YUV | 183.92 | 77.82 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 95 | 0 | 0.34 | 0.62 | 0.01 | 26.96 | 0.98 | 0.68 |
| Hex | FD | A6 | 5F | 0 | 22 | 3E | 1 | 1B | 62 | 44 |
| Octal | 375 | 246 | 137 | 0 | 42 | 76 | 1 | 33 | 142 | 104 |
| Binary | 11111101 | 10100110 | 1011111 | 0 | 100010 | 111110 | 1 | 11011 | 1100010 | 1000100 |
Color Harmonies of #FDA65F
Complementary color
Monochromatic Colors of #FDA65F
Black with #FDA65F
Text Example
Text Example
White with #FDA65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA65F; }
p { color: rgb(253,166,95); }
H1.HeaderClassName
{
color: #FDA65F;
}
.AnyTagClassName
{
color: #FDA65F;
}
</style>
background-color css
<style>
a { background-color: #FDA65F; }
a { background-color: rgb(253,166,95); }
div.DivClassName
{
background-color: #FDA65F;
}
.BgClassName
{
background-color: #FDA65F;
}
</style>
border-color css
<style>
span { border-color: #FDA65F; }
span { border-color: rgb(253,166,95); }
td.TdClassName
{
border-color: #FDA65F;
}
.TagClassName
{
border-color: #FDA65F;
}
</style>