Shades of Rajah #FFBD62
Tints of Rajah #FFBD62
RGB
CMYK
RGB Variations
Color information
#FFBD62 (or 0xFFBD62) is known color: Rajah. HEX triplet: FF, BD and 62. RGB value is (255,189,98). Sum of RGB (Red+Green+Blue) = 255+189+98=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD62 is #00429D. Grayscale: #C6C6C6. Windows color (decimal): -17054 or 6471167. OLE color: 6471167.
HSL color Cylindrical-coordinate representation of color #FFBD62: hue angle of 34.78º 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 #FFBD62 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 98 | - |
| CMYK | 0 | 0.26 | 0.62 | 0 |
| HSL | 34.78º | 1% | 0.69% | - |
| HSV(B) | 34.78º | 0.62% | 1% | - |
| XYZ | 61.64 | 58.54 | 19.61 | - |
| YUV | 198.36 | 71.37 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 98 | 0 | 0.26 | 0.62 | 0 | 34.78 | 1 | 0.69 |
| Hex | FF | BD | 62 | 0 | 1A | 3E | 0 | 23 | 64 | 45 |
| Octal | 377 | 275 | 142 | 0 | 32 | 76 | 0 | 43 | 144 | 105 |
| Binary | 11111111 | 10111101 | 1100010 | 0 | 11010 | 111110 | 0 | 100011 | 1100100 | 1000101 |
Color Harmonies of #FFBD62
Complementary color
Monochromatic Colors of #FFBD62
Black with #FFBD62
Text Example
Text Example
White with #FFBD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD62; }
p { color: rgb(255,189,98); }
H1.HeaderClassName
{
color: #FFBD62;
}
.AnyTagClassName
{
color: #FFBD62;
}
</style>
background-color css
<style>
a { background-color: #FFBD62; }
a { background-color: rgb(255,189,98); }
div.DivClassName
{
background-color: #FFBD62;
}
.BgClassName
{
background-color: #FFBD62;
}
</style>
border-color css
<style>
span { border-color: #FFBD62; }
span { border-color: rgb(255,189,98); }
td.TdClassName
{
border-color: #FFBD62;
}
.TagClassName
{
border-color: #FFBD62;
}
</style>