Shades of Rajah #FDB85F
Tints of Rajah #FDB85F
RGB
CMYK
RGB Variations
Color information
#FDB85F (or 0xFDB85F) is known color: Rajah. HEX triplet: FD, B8 and 5F. RGB value is (253,184,95). Sum of RGB (Red+Green+Blue) = 253+184+95=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 95 (37.5% from 255 or 17.86% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB85F is #0247A0. Grayscale: #C2C2C2. Windows color (decimal): -149409 or 6273277. OLE color: 6273277.
HSL color Cylindrical-coordinate representation of color #FDB85F: hue angle of 33.8º 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 #FDB85F is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 95 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.01 |
| HSL | 33.8º | 0.98% | 0.68% | - |
| HSV(B) | 33.8º | 0.62% | 0.99% | - |
| XYZ | 59.71 | 55.99 | 18.49 | - |
| YUV | 194.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 95 | 0 | 0.27 | 0.62 | 0.01 | 33.8 | 0.98 | 0.68 |
| Hex | FD | B8 | 5F | 0 | 1B | 3E | 1 | 22 | 62 | 44 |
| Octal | 375 | 270 | 137 | 0 | 33 | 76 | 1 | 42 | 142 | 104 |
| Binary | 11111101 | 10111000 | 1011111 | 0 | 11011 | 111110 | 1 | 100010 | 1100010 | 1000100 |
Color Harmonies of #FDB85F
Complementary color
Monochromatic Colors of #FDB85F
Black with #FDB85F
Text Example
Text Example
White with #FDB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB85F; }
p { color: rgb(253,184,95); }
H1.HeaderClassName
{
color: #FDB85F;
}
.AnyTagClassName
{
color: #FDB85F;
}
</style>
background-color css
<style>
a { background-color: #FDB85F; }
a { background-color: rgb(253,184,95); }
div.DivClassName
{
background-color: #FDB85F;
}
.BgClassName
{
background-color: #FDB85F;
}
</style>
border-color css
<style>
span { border-color: #FDB85F; }
span { border-color: rgb(253,184,95); }
td.TdClassName
{
border-color: #FDB85F;
}
.TagClassName
{
border-color: #FDB85F;
}
</style>