Shades of Rajah #FEBB69
Tints of Rajah #FEBB69
RGB
CMYK
RGB Variations
Color information
#FEBB69 (or 0xFEBB69) is known color: Rajah. HEX triplet: FE, BB and 69. RGB value is (254,187,105). Sum of RGB (Red+Green+Blue) = 254+187+105=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 105 (41.41% from 255 or 19.23% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBB69 is #014496. Grayscale: #C6C6C6. Windows color (decimal): -83095 or 6929406. OLE color: 6929406.
HSL color Cylindrical-coordinate representation of color #FEBB69: hue angle of 33.02º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEBB69 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 105 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.00 |
| HSL | 33.02º | 0.99% | 0.7% | - |
| HSV(B) | 33.02º | 0.59% | 1% | - |
| XYZ | 61.19 | 57.63 | 21.26 | - |
| YUV | 197.69 | 75.7 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 105 | 0 | 0.26 | 0.59 | 0.00 | 33.02 | 0.99 | 0.7 |
| Hex | FE | BB | 69 | 0 | 1A | 3B | 0 | 21 | 63 | 46 |
| Octal | 376 | 273 | 151 | 0 | 32 | 73 | 0 | 41 | 143 | 106 |
| Binary | 11111110 | 10111011 | 1101001 | 0 | 11010 | 111011 | 0 | 100001 | 1100011 | 1000110 |
Color Harmonies of #FEBB69
Complementary color
Monochromatic Colors of #FEBB69
Black with #FEBB69
Text Example
Text Example
White with #FEBB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB69; }
p { color: rgb(254,187,105); }
H1.HeaderClassName
{
color: #FEBB69;
}
.AnyTagClassName
{
color: #FEBB69;
}
</style>
background-color css
<style>
a { background-color: #FEBB69; }
a { background-color: rgb(254,187,105); }
div.DivClassName
{
background-color: #FEBB69;
}
.BgClassName
{
background-color: #FEBB69;
}
</style>
border-color css
<style>
span { border-color: #FEBB69; }
span { border-color: rgb(254,187,105); }
td.TdClassName
{
border-color: #FEBB69;
}
.TagClassName
{
border-color: #FEBB69;
}
</style>