Shades of Rajah #FAAC5E
Tints of Rajah #FAAC5E
RGB
CMYK
RGB Variations
Color information
#FAAC5E (or 0xFAAC5E) is known color: Rajah. HEX triplet: FA, AC and 5E. RGB value is (250,172,94). Sum of RGB (Red+Green+Blue) = 250+172+94=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAC5E is #0553A1. Grayscale: #BABABA. Windows color (decimal): -349090 or 6204666. OLE color: 6204666.
HSL color Cylindrical-coordinate representation of color #FAAC5E: hue angle of 30º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAAC5E is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 172 | 94 | - |
CMYK | 0 | 0.31 | 0.62 | 0.02 |
HSL | 30º | 0.94% | 0.67% | - |
HSV(B) | 30º | 0.62% | 0.98% | - |
XYZ | 56.2 | 50.64 | 17.4 | - |
YUV | 186.43 | 75.84 | 173.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 172 | 94 | 0 | 0.31 | 0.62 | 0.02 | 30 | 0.94 | 0.67 |
Hex | FA | AC | 5E | 0 | 1F | 3E | 2 | 1E | 5E | 43 |
Octal | 372 | 254 | 136 | 0 | 37 | 76 | 2 | 36 | 136 | 103 |
Binary | 11111010 | 10101100 | 1011110 | 0 | 11111 | 111110 | 10 | 11110 | 1011110 | 1000011 |
Color Harmonies of #FAAC5E
Complementary color
Monochromatic Colors of #FAAC5E
Black with #FAAC5E
Text Example
Text Example
White with #FAAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAC5E; }
p { color: rgb(250,172,94); }
H1.HeaderClassName
{
color: #FAAC5E;
}
.AnyTagClassName
{
color: #FAAC5E;
}
</style>
background-color css
<style>
a { background-color: #FAAC5E; }
a { background-color: rgb(250,172,94); }
div.DivClassName
{
background-color: #FAAC5E;
}
.BgClassName
{
background-color: #FAAC5E;
}
</style>
border-color css
<style>
span { border-color: #FAAC5E; }
span { border-color: rgb(250,172,94); }
td.TdClassName
{
border-color: #FAAC5E;
}
.TagClassName
{
border-color: #FAAC5E;
}
</style>