Shades of Rajah #F0AF5F
Tints of Rajah #F0AF5F
RGB
CMYK
RGB Variations
Color information
#F0AF5F (or 0xF0AF5F) is known color: Rajah. HEX triplet: F0, AF and 5F. RGB value is (240,175,95). Sum of RGB (Red+Green+Blue) = 240+175+95=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF5F is #0F50A0. Grayscale: #B9B9B9. Windows color (decimal): -1003681 or 6270960. OLE color: 6270960.
HSL color Cylindrical-coordinate representation of color #F0AF5F: hue angle of 33.1º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0AF5F is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 95 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.06 |
| HSL | 33.1º | 0.83% | 0.66% | - |
| HSV(B) | 33.1º | 0.6% | 0.94% | - |
| XYZ | 53.33 | 50.01 | 17.67 | - |
| YUV | 185.32 | 77.03 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 95 | 0 | 0.27 | 0.60 | 0.06 | 33.1 | 0.83 | 0.66 |
| Hex | F0 | AF | 5F | 0 | 1B | 3C | 6 | 21 | 53 | 42 |
| Octal | 360 | 257 | 137 | 0 | 33 | 74 | 6 | 41 | 123 | 102 |
| Binary | 11110000 | 10101111 | 1011111 | 0 | 11011 | 111100 | 110 | 100001 | 1010011 | 1000010 |
Color Harmonies of #F0AF5F
Complementary color
Monochromatic Colors of #F0AF5F
Black with #F0AF5F
Text Example
Text Example
White with #F0AF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF5F; }
p { color: rgb(240,175,95); }
H1.HeaderClassName
{
color: #F0AF5F;
}
.AnyTagClassName
{
color: #F0AF5F;
}
</style>
background-color css
<style>
a { background-color: #F0AF5F; }
a { background-color: rgb(240,175,95); }
div.DivClassName
{
background-color: #F0AF5F;
}
.BgClassName
{
background-color: #F0AF5F;
}
</style>
border-color css
<style>
span { border-color: #F0AF5F; }
span { border-color: rgb(240,175,95); }
td.TdClassName
{
border-color: #F0AF5F;
}
.TagClassName
{
border-color: #F0AF5F;
}
</style>