Shades of Rajah #FBB669
Tints of Rajah #FBB669
RGB
CMYK
RGB Variations
Color information
#FBB669 (or 0xFBB669) is known color: Rajah. HEX triplet: FB, B6 and 69. RGB value is (251,182,105). Sum of RGB (Red+Green+Blue) = 251+182+105=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB669 is #044996. Grayscale: #C2C2C2. Windows color (decimal): -280983 or 6928123. OLE color: 6928123.
HSL color Cylindrical-coordinate representation of color #FBB669: hue angle of 31.64º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FBB669 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 182 | 105 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.02 |
| HSL | 31.64º | 0.95% | 0.7% | - |
| HSV(B) | 31.64º | 0.58% | 0.98% | - |
| XYZ | 59.06 | 54.99 | 20.86 | - |
| YUV | 193.85 | 77.86 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 182 | 105 | 0 | 0.27 | 0.58 | 0.02 | 31.64 | 0.95 | 0.7 |
| Hex | FB | B6 | 69 | 0 | 1B | 3A | 2 | 20 | 5F | 46 |
| Octal | 373 | 266 | 151 | 0 | 33 | 72 | 2 | 40 | 137 | 106 |
| Binary | 11111011 | 10110110 | 1101001 | 0 | 11011 | 111010 | 10 | 100000 | 1011111 | 1000110 |
Color Harmonies of #FBB669
Complementary color
Monochromatic Colors of #FBB669
Black with #FBB669
Text Example
Text Example
White with #FBB669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB669; }
p { color: rgb(251,182,105); }
H1.HeaderClassName
{
color: #FBB669;
}
.AnyTagClassName
{
color: #FBB669;
}
</style>
background-color css
<style>
a { background-color: #FBB669; }
a { background-color: rgb(251,182,105); }
div.DivClassName
{
background-color: #FBB669;
}
.BgClassName
{
background-color: #FBB669;
}
</style>
border-color css
<style>
span { border-color: #FBB669; }
span { border-color: rgb(251,182,105); }
td.TdClassName
{
border-color: #FBB669;
}
.TagClassName
{
border-color: #FBB669;
}
</style>