Shades of Rajah #FFB462
Tints of Rajah #FFB462
RGB
CMYK
RGB Variations
Color information
#FFB462 (or 0xFFB462) is known color: Rajah. HEX triplet: FF, B4 and 62. RGB value is (255,180,98). Sum of RGB (Red+Green+Blue) = 255+180+98=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB462 is #004B9D. Grayscale: #C1C1C1. Windows color (decimal): -19358 or 6468863. OLE color: 6468863.
HSL color Cylindrical-coordinate representation of color #FFB462: hue angle of 31.34º 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 #FFB462 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 98 | - |
| CMYK | 0 | 0.29 | 0.62 | 0 |
| HSL | 31.34º | 1% | 0.69% | - |
| HSV(B) | 31.34º | 0.62% | 1% | - |
| XYZ | 59.77 | 54.78 | 18.98 | - |
| YUV | 193.08 | 74.35 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 98 | 0 | 0.29 | 0.62 | 0 | 31.34 | 1 | 0.69 |
| Hex | FF | B4 | 62 | 0 | 1D | 3E | 0 | 1F | 64 | 45 |
| Octal | 377 | 264 | 142 | 0 | 35 | 76 | 0 | 37 | 144 | 105 |
| Binary | 11111111 | 10110100 | 1100010 | 0 | 11101 | 111110 | 0 | 11111 | 1100100 | 1000101 |
Color Harmonies of #FFB462
Complementary color
Monochromatic Colors of #FFB462
Black with #FFB462
Text Example
Text Example
White with #FFB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB462; }
p { color: rgb(255,180,98); }
H1.HeaderClassName
{
color: #FFB462;
}
.AnyTagClassName
{
color: #FFB462;
}
</style>
background-color css
<style>
a { background-color: #FFB462; }
a { background-color: rgb(255,180,98); }
div.DivClassName
{
background-color: #FFB462;
}
.BgClassName
{
background-color: #FFB462;
}
</style>
border-color css
<style>
span { border-color: #FFB462; }
span { border-color: rgb(255,180,98); }
td.TdClassName
{
border-color: #FFB462;
}
.TagClassName
{
border-color: #FFB462;
}
</style>