Shades of Rajah #FFB568
Tints of Rajah #FFB568
RGB
CMYK
RGB Variations
Color information
#FFB568 (or 0xFFB568) is known color: Rajah. HEX triplet: FF, B5 and 68. RGB value is (255,181,104). Sum of RGB (Red+Green+Blue) = 255+181+104=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB568 is #004A97. Grayscale: #C2C2C2. Windows color (decimal): -19096 or 6862335. OLE color: 6862335.
HSL color Cylindrical-coordinate representation of color #FFB568: hue angle of 30.6º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFB568 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 104 | - |
| CMYK | 0 | 0.29 | 0.59 | 0 |
| HSL | 30.6º | 1% | 0.7% | - |
| HSV(B) | 30.6º | 0.59% | 1% | - |
| XYZ | 60.26 | 55.31 | 20.6 | - |
| YUV | 194.35 | 77.02 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 104 | 0 | 0.29 | 0.59 | 0 | 30.6 | 1 | 0.7 |
| Hex | FF | B5 | 68 | 0 | 1D | 3B | 0 | 1F | 64 | 46 |
| Octal | 377 | 265 | 150 | 0 | 35 | 73 | 0 | 37 | 144 | 106 |
| Binary | 11111111 | 10110101 | 1101000 | 0 | 11101 | 111011 | 0 | 11111 | 1100100 | 1000110 |
Color Harmonies of #FFB568
Complementary color
Monochromatic Colors of #FFB568
Black with #FFB568
Text Example
Text Example
White with #FFB568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB568; }
p { color: rgb(255,181,104); }
H1.HeaderClassName
{
color: #FFB568;
}
.AnyTagClassName
{
color: #FFB568;
}
</style>
background-color css
<style>
a { background-color: #FFB568; }
a { background-color: rgb(255,181,104); }
div.DivClassName
{
background-color: #FFB568;
}
.BgClassName
{
background-color: #FFB568;
}
</style>
border-color css
<style>
span { border-color: #FFB568; }
span { border-color: rgb(255,181,104); }
td.TdClassName
{
border-color: #FFB568;
}
.TagClassName
{
border-color: #FFB568;
}
</style>