Shades of Rajah #F7B467
Tints of Rajah #F7B467
RGB
CMYK
RGB Variations
Color information
#F7B467 (or 0xF7B467) is known color: Rajah. HEX triplet: F7, B4 and 67. RGB value is (247,180,103). Sum of RGB (Red+Green+Blue) = 247+180+103=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B467 is #084B98. Grayscale: #BFBFBF. Windows color (decimal): -543641 or 6796535. OLE color: 6796535.
HSL color Cylindrical-coordinate representation of color #F7B467: hue angle of 32.08º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7B467 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 180 | 103 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.03 |
| HSL | 32.08º | 0.9% | 0.69% | - |
| HSV(B) | 32.08º | 0.58% | 0.97% | - |
| XYZ | 57.13 | 53.4 | 20.13 | - |
| YUV | 191.26 | 78.2 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 180 | 103 | 0 | 0.27 | 0.58 | 0.03 | 32.08 | 0.9 | 0.69 |
| Hex | F7 | B4 | 67 | 0 | 1B | 3A | 3 | 20 | 5A | 45 |
| Octal | 367 | 264 | 147 | 0 | 33 | 72 | 3 | 40 | 132 | 105 |
| Binary | 11110111 | 10110100 | 1100111 | 0 | 11011 | 111010 | 11 | 100000 | 1011010 | 1000101 |
Color Harmonies of #F7B467
Complementary color
Monochromatic Colors of #F7B467
Black with #F7B467
Text Example
Text Example
White with #F7B467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B467; }
p { color: rgb(247,180,103); }
H1.HeaderClassName
{
color: #F7B467;
}
.AnyTagClassName
{
color: #F7B467;
}
</style>
background-color css
<style>
a { background-color: #F7B467; }
a { background-color: rgb(247,180,103); }
div.DivClassName
{
background-color: #F7B467;
}
.BgClassName
{
background-color: #F7B467;
}
</style>
border-color css
<style>
span { border-color: #F7B467; }
span { border-color: rgb(247,180,103); }
td.TdClassName
{
border-color: #F7B467;
}
.TagClassName
{
border-color: #F7B467;
}
</style>