Shades of Rajah #FDB25D
Tints of Rajah #FDB25D
RGB
CMYK
RGB Variations
Color information
#FDB25D (or 0xFDB25D) is known color: Rajah. HEX triplet: FD, B2 and 5D. RGB value is (253,178,93). Sum of RGB (Red+Green+Blue) = 253+178+93=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB25D is #024DA2. Grayscale: #BFBFBF. Windows color (decimal): -150947 or 6140669. OLE color: 6140669.
HSL color Cylindrical-coordinate representation of color #FDB25D: hue angle of 31.88º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDB25D is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 93 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.01 |
| HSL | 31.88º | 0.98% | 0.68% | - |
| HSV(B) | 31.88º | 0.63% | 0.99% | - |
| XYZ | 58.4 | 53.51 | 17.61 | - |
| YUV | 190.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 93 | 0 | 0.30 | 0.63 | 0.01 | 31.88 | 0.98 | 0.68 |
| Hex | FD | B2 | 5D | 0 | 1E | 3F | 1 | 20 | 62 | 44 |
| Octal | 375 | 262 | 135 | 0 | 36 | 77 | 1 | 40 | 142 | 104 |
| Binary | 11111101 | 10110010 | 1011101 | 0 | 11110 | 111111 | 1 | 100000 | 1100010 | 1000100 |
Color Harmonies of #FDB25D
Complementary color
Monochromatic Colors of #FDB25D
Black with #FDB25D
Text Example
Text Example
White with #FDB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB25D; }
p { color: rgb(253,178,93); }
H1.HeaderClassName
{
color: #FDB25D;
}
.AnyTagClassName
{
color: #FDB25D;
}
</style>
background-color css
<style>
a { background-color: #FDB25D; }
a { background-color: rgb(253,178,93); }
div.DivClassName
{
background-color: #FDB25D;
}
.BgClassName
{
background-color: #FDB25D;
}
</style>
border-color css
<style>
span { border-color: #FDB25D; }
span { border-color: rgb(253,178,93); }
td.TdClassName
{
border-color: #FDB25D;
}
.TagClassName
{
border-color: #FDB25D;
}
</style>