Shades of Rajah #FFB35F
Tints of Rajah #FFB35F
RGB
CMYK
RGB Variations
Color information
#FFB35F (or 0xFFB35F) is known color: Rajah. HEX triplet: FF, B3 and 5F. RGB value is (255,179,95). Sum of RGB (Red+Green+Blue) = 255+179+95=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB35F is #004CA0. Grayscale: #C0C0C0. Windows color (decimal): -19617 or 6271999. OLE color: 6271999.
HSL color Cylindrical-coordinate representation of color #FFB35F: hue angle of 31.5º 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 #FFB35F is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 95 | - |
| CMYK | 0 | 0.30 | 0.63 | 0 |
| HSL | 31.5º | 1% | 0.69% | - |
| HSV(B) | 31.5º | 0.63% | 1% | - |
| XYZ | 59.43 | 54.33 | 18.18 | - |
| YUV | 192.15 | 73.18 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 95 | 0 | 0.30 | 0.63 | 0 | 31.5 | 1 | 0.69 |
| Hex | FF | B3 | 5F | 0 | 1E | 3F | 0 | 1F | 64 | 45 |
| Octal | 377 | 263 | 137 | 0 | 36 | 77 | 0 | 37 | 144 | 105 |
| Binary | 11111111 | 10110011 | 1011111 | 0 | 11110 | 111111 | 0 | 11111 | 1100100 | 1000101 |
Color Harmonies of #FFB35F
Complementary color
Monochromatic Colors of #FFB35F
Black with #FFB35F
Text Example
Text Example
White with #FFB35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB35F; }
p { color: rgb(255,179,95); }
H1.HeaderClassName
{
color: #FFB35F;
}
.AnyTagClassName
{
color: #FFB35F;
}
</style>
background-color css
<style>
a { background-color: #FFB35F; }
a { background-color: rgb(255,179,95); }
div.DivClassName
{
background-color: #FFB35F;
}
.BgClassName
{
background-color: #FFB35F;
}
</style>
border-color css
<style>
span { border-color: #FFB35F; }
span { border-color: rgb(255,179,95); }
td.TdClassName
{
border-color: #FFB35F;
}
.TagClassName
{
border-color: #FFB35F;
}
</style>