Shades of Rajah #FDB067
Tints of Rajah #FDB067
RGB
CMYK
RGB Variations
Color information
#FDB067 (or 0xFDB067) is known color: Rajah. HEX triplet: FD, B0 and 67. RGB value is (253,176,103). Sum of RGB (Red+Green+Blue) = 253+176+103=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB067 is #024F98. Grayscale: #BFBFBF. Windows color (decimal): -151449 or 6795517. OLE color: 6795517.
HSL color Cylindrical-coordinate representation of color #FDB067: hue angle of 29.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDB067 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 103 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.01 |
| HSL | 29.2º | 0.97% | 0.7% | - |
| HSV(B) | 29.2º | 0.59% | 0.99% | - |
| XYZ | 58.48 | 52.91 | 19.96 | - |
| YUV | 190.7 | 78.51 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 103 | 0 | 0.30 | 0.59 | 0.01 | 29.2 | 0.97 | 0.7 |
| Hex | FD | B0 | 67 | 0 | 1E | 3B | 1 | 1D | 61 | 46 |
| Octal | 375 | 260 | 147 | 0 | 36 | 73 | 1 | 35 | 141 | 106 |
| Binary | 11111101 | 10110000 | 1100111 | 0 | 11110 | 111011 | 1 | 11101 | 1100001 | 1000110 |
Color Harmonies of #FDB067
Complementary color
Monochromatic Colors of #FDB067
Black with #FDB067
Text Example
Text Example
White with #FDB067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB067; }
p { color: rgb(253,176,103); }
H1.HeaderClassName
{
color: #FDB067;
}
.AnyTagClassName
{
color: #FDB067;
}
</style>
background-color css
<style>
a { background-color: #FDB067; }
a { background-color: rgb(253,176,103); }
div.DivClassName
{
background-color: #FDB067;
}
.BgClassName
{
background-color: #FDB067;
}
</style>
border-color css
<style>
span { border-color: #FDB067; }
span { border-color: rgb(253,176,103); }
td.TdClassName
{
border-color: #FDB067;
}
.TagClassName
{
border-color: #FDB067;
}
</style>