Shades of Rajah #FFBC62
Tints of Rajah #FFBC62
RGB
CMYK
RGB Variations
Color information
#FFBC62 (or 0xFFBC62) is known color: Rajah. HEX triplet: FF, BC and 62. RGB value is (255,188,98). Sum of RGB (Red+Green+Blue) = 255+188+98=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 98 (38.67% from 255 or 18.11% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC62 is #00439D. Grayscale: #C6C6C6. Windows color (decimal): -17310 or 6470911. OLE color: 6470911.
HSL color Cylindrical-coordinate representation of color #FFBC62: hue angle of 34.39º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFBC62 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 98 | - |
| CMYK | 0 | 0.26 | 0.62 | 0 |
| HSL | 34.39º | 1% | 0.69% | - |
| HSV(B) | 34.39º | 0.62% | 1% | - |
| XYZ | 61.43 | 58.11 | 19.53 | - |
| YUV | 197.77 | 71.7 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 98 | 0 | 0.26 | 0.62 | 0 | 34.39 | 1 | 0.69 |
| Hex | FF | BC | 62 | 0 | 1A | 3E | 0 | 22 | 64 | 45 |
| Octal | 377 | 274 | 142 | 0 | 32 | 76 | 0 | 42 | 144 | 105 |
| Binary | 11111111 | 10111100 | 1100010 | 0 | 11010 | 111110 | 0 | 100010 | 1100100 | 1000101 |
Color Harmonies of #FFBC62
Complementary color
Monochromatic Colors of #FFBC62
Black with #FFBC62
Text Example
Text Example
White with #FFBC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC62; }
p { color: rgb(255,188,98); }
H1.HeaderClassName
{
color: #FFBC62;
}
.AnyTagClassName
{
color: #FFBC62;
}
</style>
background-color css
<style>
a { background-color: #FFBC62; }
a { background-color: rgb(255,188,98); }
div.DivClassName
{
background-color: #FFBC62;
}
.BgClassName
{
background-color: #FFBC62;
}
</style>
border-color css
<style>
span { border-color: #FFBC62; }
span { border-color: rgb(255,188,98); }
td.TdClassName
{
border-color: #FFBC62;
}
.TagClassName
{
border-color: #FFBC62;
}
</style>