Shades of Rajah #FDB269
Tints of Rajah #FDB269
RGB
CMYK
RGB Variations
Color information
#FDB269 (or 0xFDB269) is known color: Rajah. HEX triplet: FD, B2 and 69. RGB value is (253,178,105). Sum of RGB (Red+Green+Blue) = 253+178+105=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB269 is #024D96. Grayscale: #C0C0C0. Windows color (decimal): -150935 or 6927101. OLE color: 6927101.
HSL color Cylindrical-coordinate representation of color #FDB269: hue angle of 29.59º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDB269 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 105 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.01 |
| HSL | 29.59º | 0.97% | 0.7% | - |
| HSV(B) | 29.59º | 0.58% | 0.99% | - |
| XYZ | 58.98 | 53.74 | 20.63 | - |
| YUV | 192.1 | 78.85 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 105 | 0 | 0.30 | 0.58 | 0.01 | 29.59 | 0.97 | 0.7 |
| Hex | FD | B2 | 69 | 0 | 1E | 3A | 1 | 1E | 61 | 46 |
| Octal | 375 | 262 | 151 | 0 | 36 | 72 | 1 | 36 | 141 | 106 |
| Binary | 11111101 | 10110010 | 1101001 | 0 | 11110 | 111010 | 1 | 11110 | 1100001 | 1000110 |
Color Harmonies of #FDB269
Complementary color
Monochromatic Colors of #FDB269
Black with #FDB269
Text Example
Text Example
White with #FDB269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB269; }
p { color: rgb(253,178,105); }
H1.HeaderClassName
{
color: #FDB269;
}
.AnyTagClassName
{
color: #FDB269;
}
</style>
background-color css
<style>
a { background-color: #FDB269; }
a { background-color: rgb(253,178,105); }
div.DivClassName
{
background-color: #FDB269;
}
.BgClassName
{
background-color: #FDB269;
}
</style>
border-color css
<style>
span { border-color: #FDB269; }
span { border-color: rgb(253,178,105); }
td.TdClassName
{
border-color: #FDB269;
}
.TagClassName
{
border-color: #FDB269;
}
</style>