Shades of Rajah #FFB569
Tints of Rajah #FFB569
RGB
CMYK
RGB Variations
Color information
#FFB569 (or 0xFFB569) is known color: Rajah. HEX triplet: FF, B5 and 69. RGB value is (255,181,105). Sum of RGB (Red+Green+Blue) = 255+181+105=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB569 is #004A96. Grayscale: #C2C2C2. Windows color (decimal): -19095 or 6927871. OLE color: 6927871.
HSL color Cylindrical-coordinate representation of color #FFB569: hue angle of 30.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFB569 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 105 | - |
| CMYK | 0 | 0.29 | 0.59 | 0 |
| HSL | 30.4º | 1% | 0.71% | - |
| HSV(B) | 30.4º | 0.59% | 1% | - |
| XYZ | 60.31 | 55.33 | 20.87 | - |
| YUV | 194.46 | 77.52 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 105 | 0 | 0.29 | 0.59 | 0 | 30.4 | 1 | 0.71 |
| Hex | FF | B5 | 69 | 0 | 1D | 3B | 0 | 1E | 64 | 47 |
| Octal | 377 | 265 | 151 | 0 | 35 | 73 | 0 | 36 | 144 | 107 |
| Binary | 11111111 | 10110101 | 1101001 | 0 | 11101 | 111011 | 0 | 11110 | 1100100 | 1000111 |
Color Harmonies of #FFB569
Complementary color
Monochromatic Colors of #FFB569
Black with #FFB569
Text Example
Text Example
White with #FFB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB569; }
p { color: rgb(255,181,105); }
H1.HeaderClassName
{
color: #FFB569;
}
.AnyTagClassName
{
color: #FFB569;
}
</style>
background-color css
<style>
a { background-color: #FFB569; }
a { background-color: rgb(255,181,105); }
div.DivClassName
{
background-color: #FFB569;
}
.BgClassName
{
background-color: #FFB569;
}
</style>
border-color css
<style>
span { border-color: #FFB569; }
span { border-color: rgb(255,181,105); }
td.TdClassName
{
border-color: #FFB569;
}
.TagClassName
{
border-color: #FFB569;
}
</style>