Shades of Rajah #FCAD5E
Tints of Rajah #FCAD5E
RGB
CMYK
RGB Variations
Color information
#FCAD5E (or 0xFCAD5E) is known color: Rajah. HEX triplet: FC, AD and 5E. RGB value is (252,173,94). Sum of RGB (Red+Green+Blue) = 252+173+94=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAD5E is #0352A1. Grayscale: #BCBCBC. Windows color (decimal): -217762 or 6204924. OLE color: 6204924.
HSL color Cylindrical-coordinate representation of color #FCAD5E: hue angle of 30º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCAD5E is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 173 | 94 | - |
CMYK | 0 | 0.31 | 0.63 | 0.01 |
HSL | 30º | 0.96% | 0.68% | - |
HSV(B) | 30º | 0.63% | 0.99% | - |
XYZ | 57.11 | 51.39 | 17.5 | - |
YUV | 187.62 | 75.17 | 173.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 173 | 94 | 0 | 0.31 | 0.63 | 0.01 | 30 | 0.96 | 0.68 |
Hex | FC | AD | 5E | 0 | 1F | 3F | 1 | 1E | 60 | 44 |
Octal | 374 | 255 | 136 | 0 | 37 | 77 | 1 | 36 | 140 | 104 |
Binary | 11111100 | 10101101 | 1011110 | 0 | 11111 | 111111 | 1 | 11110 | 1100000 | 1000100 |
Color Harmonies of #FCAD5E
Complementary color
Monochromatic Colors of #FCAD5E
Black with #FCAD5E
Text Example
Text Example
White with #FCAD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAD5E; }
p { color: rgb(252,173,94); }
H1.HeaderClassName
{
color: #FCAD5E;
}
.AnyTagClassName
{
color: #FCAD5E;
}
</style>
background-color css
<style>
a { background-color: #FCAD5E; }
a { background-color: rgb(252,173,94); }
div.DivClassName
{
background-color: #FCAD5E;
}
.BgClassName
{
background-color: #FCAD5E;
}
</style>
border-color css
<style>
span { border-color: #FCAD5E; }
span { border-color: rgb(252,173,94); }
td.TdClassName
{
border-color: #FCAD5E;
}
.TagClassName
{
border-color: #FCAD5E;
}
</style>