Shades of Rajah #FFB962
Tints of Rajah #FFB962
RGB
CMYK
RGB Variations
Color information
#FFB962 (or 0xFFB962) is known color: Rajah. HEX triplet: FF, B9 and 62. RGB value is (255,185,98). Sum of RGB (Red+Green+Blue) = 255+185+98=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB962 is #00469D. Grayscale: #C4C4C4. Windows color (decimal): -18078 or 6470143. OLE color: 6470143.
HSL color Cylindrical-coordinate representation of color #FFB962: hue angle of 33.25º 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 #FFB962 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 98 | - |
| CMYK | 0 | 0.27 | 0.62 | 0 |
| HSL | 33.25º | 1% | 0.69% | - |
| HSV(B) | 33.25º | 0.62% | 1% | - |
| XYZ | 60.79 | 56.84 | 19.32 | - |
| YUV | 196.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 98 | 0 | 0.27 | 0.62 | 0 | 33.25 | 1 | 0.69 |
| Hex | FF | B9 | 62 | 0 | 1B | 3E | 0 | 21 | 64 | 45 |
| Octal | 377 | 271 | 142 | 0 | 33 | 76 | 0 | 41 | 144 | 105 |
| Binary | 11111111 | 10111001 | 1100010 | 0 | 11011 | 111110 | 0 | 100001 | 1100100 | 1000101 |
Color Harmonies of #FFB962
Complementary color
Monochromatic Colors of #FFB962
Black with #FFB962
Text Example
Text Example
White with #FFB962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB962; }
p { color: rgb(255,185,98); }
H1.HeaderClassName
{
color: #FFB962;
}
.AnyTagClassName
{
color: #FFB962;
}
</style>
background-color css
<style>
a { background-color: #FFB962; }
a { background-color: rgb(255,185,98); }
div.DivClassName
{
background-color: #FFB962;
}
.BgClassName
{
background-color: #FFB962;
}
</style>
border-color css
<style>
span { border-color: #FFB962; }
span { border-color: rgb(255,185,98); }
td.TdClassName
{
border-color: #FFB962;
}
.TagClassName
{
border-color: #FFB962;
}
</style>