Shades of Rajah #FFB468
Tints of Rajah #FFB468
RGB
CMYK
RGB Variations
Color information
#FFB468 (or 0xFFB468) is known color: Rajah. HEX triplet: FF, B4 and 68. RGB value is (255,180,104). Sum of RGB (Red+Green+Blue) = 255+180+104=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB468 is #004B97. Grayscale: #C2C2C2. Windows color (decimal): -19352 or 6862079. OLE color: 6862079.
HSL color Cylindrical-coordinate representation of color #FFB468: hue angle of 30.2º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFB468 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 104 | - |
| CMYK | 0 | 0.29 | 0.59 | 0 |
| HSL | 30.2º | 1% | 0.7% | - |
| HSV(B) | 30.2º | 0.59% | 1% | - |
| XYZ | 60.06 | 54.9 | 20.53 | - |
| YUV | 193.76 | 77.35 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 104 | 0 | 0.29 | 0.59 | 0 | 30.2 | 1 | 0.7 |
| Hex | FF | B4 | 68 | 0 | 1D | 3B | 0 | 1E | 64 | 46 |
| Octal | 377 | 264 | 150 | 0 | 35 | 73 | 0 | 36 | 144 | 106 |
| Binary | 11111111 | 10110100 | 1101000 | 0 | 11101 | 111011 | 0 | 11110 | 1100100 | 1000110 |
Color Harmonies of #FFB468
Complementary color
Monochromatic Colors of #FFB468
Black with #FFB468
Text Example
Text Example
White with #FFB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB468; }
p { color: rgb(255,180,104); }
H1.HeaderClassName
{
color: #FFB468;
}
.AnyTagClassName
{
color: #FFB468;
}
</style>
background-color css
<style>
a { background-color: #FFB468; }
a { background-color: rgb(255,180,104); }
div.DivClassName
{
background-color: #FFB468;
}
.BgClassName
{
background-color: #FFB468;
}
</style>
border-color css
<style>
span { border-color: #FFB468; }
span { border-color: rgb(255,180,104); }
td.TdClassName
{
border-color: #FFB468;
}
.TagClassName
{
border-color: #FFB468;
}
</style>