Shades of Rajah #FFB767
Tints of Rajah #FFB767
RGB
CMYK
RGB Variations
Color information
#FFB767 (or 0xFFB767) is known color: Rajah. HEX triplet: FF, B7 and 67. RGB value is (255,183,103). Sum of RGB (Red+Green+Blue) = 255+183+103=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 103 (40.62% from 255 or 19.04% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB767 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB767 is #004898. Grayscale: #C3C3C3. Windows color (decimal): -18585 or 6797311. OLE color: 6797311.
HSL color Cylindrical-coordinate representation of color #FFB767: hue angle of 31.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFB767 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 103 | - |
| CMYK | 0 | 0.28 | 0.60 | 0 |
| HSL | 31.58º | 1% | 0.7% | - |
| HSV(B) | 31.58º | 0.6% | 1% | - |
| XYZ | 60.62 | 56.11 | 20.47 | - |
| YUV | 195.41 | 75.85 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 103 | 0 | 0.28 | 0.60 | 0 | 31.58 | 1 | 0.7 |
| Hex | FF | B7 | 67 | 0 | 1C | 3C | 0 | 20 | 64 | 46 |
| Octal | 377 | 267 | 147 | 0 | 34 | 74 | 0 | 40 | 144 | 106 |
| Binary | 11111111 | 10110111 | 1100111 | 0 | 11100 | 111100 | 0 | 100000 | 1100100 | 1000110 |
Color Harmonies of #FFB767
Complementary color
Monochromatic Colors of #FFB767
Black with #FFB767
Text Example
Text Example
White with #FFB767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB767; }
p { color: rgb(255,183,103); }
H1.HeaderClassName
{
color: #FFB767;
}
.AnyTagClassName
{
color: #FFB767;
}
</style>
background-color css
<style>
a { background-color: #FFB767; }
a { background-color: rgb(255,183,103); }
div.DivClassName
{
background-color: #FFB767;
}
.BgClassName
{
background-color: #FFB767;
}
</style>
border-color css
<style>
span { border-color: #FFB767; }
span { border-color: rgb(255,183,103); }
td.TdClassName
{
border-color: #FFB767;
}
.TagClassName
{
border-color: #FFB767;
}
</style>