Shades of Rajah #FFB85F
Tints of Rajah #FFB85F
RGB
CMYK
RGB Variations
Color information
#FFB85F (or 0xFFB85F) is known color: Rajah. HEX triplet: FF, B8 and 5F. RGB value is (255,184,95). Sum of RGB (Red+Green+Blue) = 255+184+95=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 95 (37.5% from 255 or 17.79% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB85F is #0047A0. Grayscale: #C3C3C3. Windows color (decimal): -18337 or 6273279. OLE color: 6273279.
HSL color Cylindrical-coordinate representation of color #FFB85F: hue angle of 33.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFB85F is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 95 | - |
| CMYK | 0 | 0.28 | 0.63 | 0 |
| HSL | 33.38º | 1% | 0.69% | - |
| HSV(B) | 33.38º | 0.63% | 1% | - |
| XYZ | 60.45 | 56.37 | 18.52 | - |
| YUV | 195.08 | 71.52 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 95 | 0 | 0.28 | 0.63 | 0 | 33.38 | 1 | 0.69 |
| Hex | FF | B8 | 5F | 0 | 1C | 3F | 0 | 21 | 64 | 45 |
| Octal | 377 | 270 | 137 | 0 | 34 | 77 | 0 | 41 | 144 | 105 |
| Binary | 11111111 | 10111000 | 1011111 | 0 | 11100 | 111111 | 0 | 100001 | 1100100 | 1000101 |
Color Harmonies of #FFB85F
Complementary color
Monochromatic Colors of #FFB85F
Black with #FFB85F
Text Example
Text Example
White with #FFB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB85F; }
p { color: rgb(255,184,95); }
H1.HeaderClassName
{
color: #FFB85F;
}
.AnyTagClassName
{
color: #FFB85F;
}
</style>
background-color css
<style>
a { background-color: #FFB85F; }
a { background-color: rgb(255,184,95); }
div.DivClassName
{
background-color: #FFB85F;
}
.BgClassName
{
background-color: #FFB85F;
}
</style>
border-color css
<style>
span { border-color: #FFB85F; }
span { border-color: rgb(255,184,95); }
td.TdClassName
{
border-color: #FFB85F;
}
.TagClassName
{
border-color: #FFB85F;
}
</style>