Shades of Rajah #FDBC6A
Tints of Rajah #FDBC6A
RGB
CMYK
RGB Variations
Color information
#FDBC6A (or 0xFDBC6A) is known color: Rajah. HEX triplet: FD, BC and 6A. RGB value is (253,188,106). Sum of RGB (Red+Green+Blue) = 253+188+106=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBC6A is #024395. Grayscale: #C6C6C6. Windows color (decimal): -148374 or 6995197. OLE color: 6995197.
HSL color Cylindrical-coordinate representation of color #FDBC6A: hue angle of 33.47º 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 #FDBC6A is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 106 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.01 |
| HSL | 33.47º | 0.97% | 0.7% | - |
| HSV(B) | 33.47º | 0.58% | 0.99% | - |
| XYZ | 61.09 | 57.89 | 21.59 | - |
| YUV | 198.09 | 76.03 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 106 | 0 | 0.26 | 0.58 | 0.01 | 33.47 | 0.97 | 0.7 |
| Hex | FD | BC | 6A | 0 | 1A | 3A | 1 | 21 | 61 | 46 |
| Octal | 375 | 274 | 152 | 0 | 32 | 72 | 1 | 41 | 141 | 106 |
| Binary | 11111101 | 10111100 | 1101010 | 0 | 11010 | 111010 | 1 | 100001 | 1100001 | 1000110 |
Color Harmonies of #FDBC6A
Complementary color
Monochromatic Colors of #FDBC6A
Black with #FDBC6A
Text Example
Text Example
White with #FDBC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBC6A; }
p { color: rgb(253,188,106); }
H1.HeaderClassName
{
color: #FDBC6A;
}
.AnyTagClassName
{
color: #FDBC6A;
}
</style>
background-color css
<style>
a { background-color: #FDBC6A; }
a { background-color: rgb(253,188,106); }
div.DivClassName
{
background-color: #FDBC6A;
}
.BgClassName
{
background-color: #FDBC6A;
}
</style>
border-color css
<style>
span { border-color: #FDBC6A; }
span { border-color: rgb(253,188,106); }
td.TdClassName
{
border-color: #FDBC6A;
}
.TagClassName
{
border-color: #FDBC6A;
}
</style>