Shades of Rajah #F3AD5C
Tints of Rajah #F3AD5C
RGB
CMYK
RGB Variations
Color information
#F3AD5C (or 0xF3AD5C) is known color: Rajah. HEX triplet: F3, AD and 5C. RGB value is (243,173,92). Sum of RGB (Red+Green+Blue) = 243+173+92=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AD5C is #0C52A3. Grayscale: #B9B9B9. Windows color (decimal): -807588 or 6073843. OLE color: 6073843.
HSL color Cylindrical-coordinate representation of color #F3AD5C: hue angle of 32.19º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3AD5C is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 92 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.05 |
| HSL | 32.19º | 0.86% | 0.66% | - |
| HSV(B) | 32.19º | 0.62% | 0.95% | - |
| XYZ | 53.84 | 49.71 | 16.88 | - |
| YUV | 184.7 | 75.69 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 92 | 0 | 0.29 | 0.62 | 0.05 | 32.19 | 0.86 | 0.66 |
| Hex | F3 | AD | 5C | 0 | 1D | 3E | 5 | 20 | 56 | 42 |
| Octal | 363 | 255 | 134 | 0 | 35 | 76 | 5 | 40 | 126 | 102 |
| Binary | 11110011 | 10101101 | 1011100 | 0 | 11101 | 111110 | 101 | 100000 | 1010110 | 1000010 |
Color Harmonies of #F3AD5C
Complementary color
Monochromatic Colors of #F3AD5C
Black with #F3AD5C
Text Example
Text Example
White with #F3AD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD5C; }
p { color: rgb(243,173,92); }
H1.HeaderClassName
{
color: #F3AD5C;
}
.AnyTagClassName
{
color: #F3AD5C;
}
</style>
background-color css
<style>
a { background-color: #F3AD5C; }
a { background-color: rgb(243,173,92); }
div.DivClassName
{
background-color: #F3AD5C;
}
.BgClassName
{
background-color: #F3AD5C;
}
</style>
border-color css
<style>
span { border-color: #F3AD5C; }
span { border-color: rgb(243,173,92); }
td.TdClassName
{
border-color: #F3AD5C;
}
.TagClassName
{
border-color: #F3AD5C;
}
</style>