Shades of Rajah #FFB35D
Tints of Rajah #FFB35D
RGB
CMYK
RGB Variations
Color information
#FFB35D (or 0xFFB35D) is known color: Rajah. HEX triplet: FF, B3 and 5D. RGB value is (255,179,93). Sum of RGB (Red+Green+Blue) = 255+179+93=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB35D is #004CA2. Grayscale: #C0C0C0. Windows color (decimal): -19619 or 6140927. OLE color: 6140927.
HSL color Cylindrical-coordinate representation of color #FFB35D: hue angle of 31.85º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFB35D is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 93 | - |
| CMYK | 0 | 0.30 | 0.64 | 0 |
| HSL | 31.85º | 1% | 0.68% | - |
| HSV(B) | 31.85º | 0.64% | 1% | - |
| XYZ | 59.34 | 54.29 | 17.71 | - |
| YUV | 191.92 | 72.18 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 93 | 0 | 0.30 | 0.64 | 0 | 31.85 | 1 | 0.68 |
| Hex | FF | B3 | 5D | 0 | 1E | 40 | 0 | 20 | 64 | 44 |
| Octal | 377 | 263 | 135 | 0 | 36 | 100 | 0 | 40 | 144 | 104 |
| Binary | 11111111 | 10110011 | 1011101 | 0 | 11110 | 1000000 | 0 | 100000 | 1100100 | 1000100 |
Color Harmonies of #FFB35D
Complementary color
Monochromatic Colors of #FFB35D
Black with #FFB35D
Text Example
Text Example
White with #FFB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB35D; }
p { color: rgb(255,179,93); }
H1.HeaderClassName
{
color: #FFB35D;
}
.AnyTagClassName
{
color: #FFB35D;
}
</style>
background-color css
<style>
a { background-color: #FFB35D; }
a { background-color: rgb(255,179,93); }
div.DivClassName
{
background-color: #FFB35D;
}
.BgClassName
{
background-color: #FFB35D;
}
</style>
border-color css
<style>
span { border-color: #FFB35D; }
span { border-color: rgb(255,179,93); }
td.TdClassName
{
border-color: #FFB35D;
}
.TagClassName
{
border-color: #FFB35D;
}
</style>