Shades of Rajah #FDB65F
Tints of Rajah #FDB65F
RGB
CMYK
RGB Variations
Color information
#FDB65F (or 0xFDB65F) is known color: Rajah. HEX triplet: FD, B6 and 5F. RGB value is (253,182,95). Sum of RGB (Red+Green+Blue) = 253+182+95=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB65F is #0249A0. Grayscale: #C1C1C1. Windows color (decimal): -149921 or 6272765. OLE color: 6272765.
HSL color Cylindrical-coordinate representation of color #FDB65F: hue angle of 33.04º 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 #FDB65F is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 95 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.01 |
| HSL | 33.04º | 0.98% | 0.68% | - |
| HSV(B) | 33.04º | 0.62% | 0.99% | - |
| XYZ | 59.3 | 55.16 | 18.35 | - |
| YUV | 193.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 95 | 0 | 0.28 | 0.62 | 0.01 | 33.04 | 0.98 | 0.68 |
| Hex | FD | B6 | 5F | 0 | 1C | 3E | 1 | 21 | 62 | 44 |
| Octal | 375 | 266 | 137 | 0 | 34 | 76 | 1 | 41 | 142 | 104 |
| Binary | 11111101 | 10110110 | 1011111 | 0 | 11100 | 111110 | 1 | 100001 | 1100010 | 1000100 |
Color Harmonies of #FDB65F
Complementary color
Monochromatic Colors of #FDB65F
Black with #FDB65F
Text Example
Text Example
White with #FDB65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB65F; }
p { color: rgb(253,182,95); }
H1.HeaderClassName
{
color: #FDB65F;
}
.AnyTagClassName
{
color: #FDB65F;
}
</style>
background-color css
<style>
a { background-color: #FDB65F; }
a { background-color: rgb(253,182,95); }
div.DivClassName
{
background-color: #FDB65F;
}
.BgClassName
{
background-color: #FDB65F;
}
</style>
border-color css
<style>
span { border-color: #FDB65F; }
span { border-color: rgb(253,182,95); }
td.TdClassName
{
border-color: #FDB65F;
}
.TagClassName
{
border-color: #FDB65F;
}
</style>