Shades of Rajah #FDB26D
Tints of Rajah #FDB26D
RGB
CMYK
RGB Variations
Color information
#FDB26D (or 0xFDB26D) is known color: Rajah. HEX triplet: FD, B2 and 6D. RGB value is (253,178,109). Sum of RGB (Red+Green+Blue) = 253+178+109=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB26D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB26D is #024D92. Grayscale: #C0C0C0. Windows color (decimal): -150931 or 7189245. OLE color: 7189245.
HSL color Cylindrical-coordinate representation of color #FDB26D: hue angle of 28.75º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDB26D is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 109 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.01 |
| HSL | 28.75º | 0.97% | 0.71% | - |
| HSV(B) | 28.75º | 0.57% | 0.99% | - |
| XYZ | 59.19 | 53.83 | 21.74 | - |
| YUV | 192.56 | 80.85 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 109 | 0 | 0.30 | 0.57 | 0.01 | 28.75 | 0.97 | 0.71 |
| Hex | FD | B2 | 6D | 0 | 1E | 39 | 1 | 1D | 61 | 47 |
| Octal | 375 | 262 | 155 | 0 | 36 | 71 | 1 | 35 | 141 | 107 |
| Binary | 11111101 | 10110010 | 1101101 | 0 | 11110 | 111001 | 1 | 11101 | 1100001 | 1000111 |
Color Harmonies of #FDB26D
Complementary color
Monochromatic Colors of #FDB26D
Black with #FDB26D
Text Example
Text Example
White with #FDB26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB26D; }
p { color: rgb(253,178,109); }
H1.HeaderClassName
{
color: #FDB26D;
}
.AnyTagClassName
{
color: #FDB26D;
}
</style>
background-color css
<style>
a { background-color: #FDB26D; }
a { background-color: rgb(253,178,109); }
div.DivClassName
{
background-color: #FDB26D;
}
.BgClassName
{
background-color: #FDB26D;
}
</style>
border-color css
<style>
span { border-color: #FDB26D; }
span { border-color: rgb(253,178,109); }
td.TdClassName
{
border-color: #FDB26D;
}
.TagClassName
{
border-color: #FDB26D;
}
</style>