Shades of Rajah #FFAE6B
Tints of Rajah #FFAE6B
RGB
CMYK
RGB Variations
Color information
#FFAE6B (or 0xFFAE6B) is known color: Rajah. HEX triplet: FF, AE and 6B. RGB value is (255,174,107). Sum of RGB (Red+Green+Blue) = 255+174+107=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE6B is #005194. Grayscale: #BEBEBE. Windows color (decimal): -20885 or 7057151. OLE color: 7057151.
HSL color Cylindrical-coordinate representation of color #FFAE6B: hue angle of 27.16º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFAE6B is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 107 | - |
| CMYK | 0 | 0.32 | 0.58 | 0 |
| HSL | 27.16º | 1% | 0.71% | - |
| HSV(B) | 27.16º | 0.58% | 1% | - |
| XYZ | 59.03 | 52.59 | 20.95 | - |
| YUV | 190.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 107 | 0 | 0.32 | 0.58 | 0 | 27.16 | 1 | 0.71 |
| Hex | FF | AE | 6B | 0 | 20 | 3A | 0 | 1B | 64 | 47 |
| Octal | 377 | 256 | 153 | 0 | 40 | 72 | 0 | 33 | 144 | 107 |
| Binary | 11111111 | 10101110 | 1101011 | 0 | 100000 | 111010 | 0 | 11011 | 1100100 | 1000111 |
Color Harmonies of #FFAE6B
Complementary color
Monochromatic Colors of #FFAE6B
Black with #FFAE6B
Text Example
Text Example
White with #FFAE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE6B; }
p { color: rgb(255,174,107); }
H1.HeaderClassName
{
color: #FFAE6B;
}
.AnyTagClassName
{
color: #FFAE6B;
}
</style>
background-color css
<style>
a { background-color: #FFAE6B; }
a { background-color: rgb(255,174,107); }
div.DivClassName
{
background-color: #FFAE6B;
}
.BgClassName
{
background-color: #FFAE6B;
}
</style>
border-color css
<style>
span { border-color: #FFAE6B; }
span { border-color: rgb(255,174,107); }
td.TdClassName
{
border-color: #FFAE6B;
}
.TagClassName
{
border-color: #FFAE6B;
}
</style>