Shades of Rajah #F6B568
Tints of Rajah #F6B568
RGB
CMYK
RGB Variations
Color information
#F6B568 (or 0xF6B568) is known color: Rajah. HEX triplet: F6, B5 and 68. RGB value is (246,181,104). Sum of RGB (Red+Green+Blue) = 246+181+104=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B568 is #094A97. Grayscale: #C0C0C0. Windows color (decimal): -608920 or 6862326. OLE color: 6862326.
HSL color Cylindrical-coordinate representation of color #F6B568: hue angle of 32.54º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6B568 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 181 | 104 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.04 |
| HSL | 32.54º | 0.89% | 0.69% | - |
| HSV(B) | 32.54º | 0.58% | 0.96% | - |
| XYZ | 57.03 | 53.64 | 20.44 | - |
| YUV | 191.66 | 78.53 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 181 | 104 | 0 | 0.26 | 0.58 | 0.04 | 32.54 | 0.89 | 0.69 |
| Hex | F6 | B5 | 68 | 0 | 1A | 3A | 4 | 21 | 59 | 45 |
| Octal | 366 | 265 | 150 | 0 | 32 | 72 | 4 | 41 | 131 | 105 |
| Binary | 11110110 | 10110101 | 1101000 | 0 | 11010 | 111010 | 100 | 100001 | 1011001 | 1000101 |
Color Harmonies of #F6B568
Complementary color
Monochromatic Colors of #F6B568
Black with #F6B568
Text Example
Text Example
White with #F6B568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B568; }
p { color: rgb(246,181,104); }
H1.HeaderClassName
{
color: #F6B568;
}
.AnyTagClassName
{
color: #F6B568;
}
</style>
background-color css
<style>
a { background-color: #F6B568; }
a { background-color: rgb(246,181,104); }
div.DivClassName
{
background-color: #F6B568;
}
.BgClassName
{
background-color: #F6B568;
}
</style>
border-color css
<style>
span { border-color: #F6B568; }
span { border-color: rgb(246,181,104); }
td.TdClassName
{
border-color: #F6B568;
}
.TagClassName
{
border-color: #F6B568;
}
</style>