Shades of Rajah #FEBF65
Tints of Rajah #FEBF65
RGB
CMYK
RGB Variations
Color information
#FEBF65 (or 0xFEBF65) is known color: Rajah. HEX triplet: FE, BF and 65. RGB value is (254,191,101). Sum of RGB (Red+Green+Blue) = 254+191+101=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF65 is #01409A. Grayscale: #C8C8C8. Windows color (decimal): -82075 or 6668286. OLE color: 6668286.
HSL color Cylindrical-coordinate representation of color #FEBF65: hue angle of 35.29º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEBF65 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 101 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.00 |
| HSL | 35.29º | 0.99% | 0.7% | - |
| HSV(B) | 35.29º | 0.6% | 1% | - |
| XYZ | 61.85 | 59.27 | 20.49 | - |
| YUV | 199.58 | 72.37 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 101 | 0 | 0.25 | 0.60 | 0.00 | 35.29 | 0.99 | 0.7 |
| Hex | FE | BF | 65 | 0 | 19 | 3C | 0 | 23 | 63 | 46 |
| Octal | 376 | 277 | 145 | 0 | 31 | 74 | 0 | 43 | 143 | 106 |
| Binary | 11111110 | 10111111 | 1100101 | 0 | 11001 | 111100 | 0 | 100011 | 1100011 | 1000110 |
Color Harmonies of #FEBF65
Complementary color
Monochromatic Colors of #FEBF65
Black with #FEBF65
Text Example
Text Example
White with #FEBF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF65; }
p { color: rgb(254,191,101); }
H1.HeaderClassName
{
color: #FEBF65;
}
.AnyTagClassName
{
color: #FEBF65;
}
</style>
background-color css
<style>
a { background-color: #FEBF65; }
a { background-color: rgb(254,191,101); }
div.DivClassName
{
background-color: #FEBF65;
}
.BgClassName
{
background-color: #FEBF65;
}
</style>
border-color css
<style>
span { border-color: #FEBF65; }
span { border-color: rgb(254,191,101); }
td.TdClassName
{
border-color: #FEBF65;
}
.TagClassName
{
border-color: #FEBF65;
}
</style>