Shades of Rajah #FFB566
Tints of Rajah #FFB566
RGB
CMYK
RGB Variations
Color information
#FFB566 (or 0xFFB566) is known color: Rajah. HEX triplet: FF, B5 and 66. RGB value is (255,181,102). Sum of RGB (Red+Green+Blue) = 255+181+102=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB566 is #004A99. Grayscale: #C2C2C2. Windows color (decimal): -19098 or 6731263. OLE color: 6731263.
HSL color Cylindrical-coordinate representation of color #FFB566: hue angle of 30.98º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFB566 is Cyan = 0, Magento = 0.29, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 102 | - |
| CMYK | 0 | 0.29 | 0.6 | 0 |
| HSL | 30.98º | 1% | 0.7% | - |
| HSV(B) | 30.98º | 0.6% | 1% | - |
| XYZ | 60.16 | 55.27 | 20.07 | - |
| YUV | 194.12 | 76.02 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 102 | 0 | 0.29 | 0.6 | 0 | 30.98 | 1 | 0.7 |
| Hex | FF | B5 | 66 | 0 | 1D | 3C | 0 | 1F | 64 | 46 |
| Octal | 377 | 265 | 146 | 0 | 35 | 74 | 0 | 37 | 144 | 106 |
| Binary | 11111111 | 10110101 | 1100110 | 0 | 11101 | 111100 | 0 | 11111 | 1100100 | 1000110 |
Color Harmonies of #FFB566
Complementary color
Monochromatic Colors of #FFB566
Black with #FFB566
Text Example
Text Example
White with #FFB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB566; }
p { color: rgb(255,181,102); }
H1.HeaderClassName
{
color: #FFB566;
}
.AnyTagClassName
{
color: #FFB566;
}
</style>
background-color css
<style>
a { background-color: #FFB566; }
a { background-color: rgb(255,181,102); }
div.DivClassName
{
background-color: #FFB566;
}
.BgClassName
{
background-color: #FFB566;
}
</style>
border-color css
<style>
span { border-color: #FFB566; }
span { border-color: rgb(255,181,102); }
td.TdClassName
{
border-color: #FFB566;
}
.TagClassName
{
border-color: #FFB566;
}
</style>