Shades of Rajah #FFAF5C
Tints of Rajah #FFAF5C
RGB
CMYK
RGB Variations
Color information
#FFAF5C (or 0xFFAF5C) is known color: Rajah. HEX triplet: FF, AF and 5C. RGB value is (255,175,92). Sum of RGB (Red+Green+Blue) = 255+175+92=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF5C is #0050A3. Grayscale: #BDBDBD. Windows color (decimal): -20644 or 6074367. OLE color: 6074367.
HSL color Cylindrical-coordinate representation of color #FFAF5C: hue angle of 30.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFAF5C is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 92 | - |
| CMYK | 0 | 0.31 | 0.64 | 0 |
| HSL | 30.55º | 1% | 0.68% | - |
| HSV(B) | 30.55º | 0.64% | 1% | - |
| XYZ | 58.5 | 52.69 | 17.21 | - |
| YUV | 189.46 | 73 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 92 | 0 | 0.31 | 0.64 | 0 | 30.55 | 1 | 0.68 |
| Hex | FF | AF | 5C | 0 | 1F | 40 | 0 | 1F | 64 | 44 |
| Octal | 377 | 257 | 134 | 0 | 37 | 100 | 0 | 37 | 144 | 104 |
| Binary | 11111111 | 10101111 | 1011100 | 0 | 11111 | 1000000 | 0 | 11111 | 1100100 | 1000100 |
Color Harmonies of #FFAF5C
Complementary color
Monochromatic Colors of #FFAF5C
Black with #FFAF5C
Text Example
Text Example
White with #FFAF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF5C; }
p { color: rgb(255,175,92); }
H1.HeaderClassName
{
color: #FFAF5C;
}
.AnyTagClassName
{
color: #FFAF5C;
}
</style>
background-color css
<style>
a { background-color: #FFAF5C; }
a { background-color: rgb(255,175,92); }
div.DivClassName
{
background-color: #FFAF5C;
}
.BgClassName
{
background-color: #FFAF5C;
}
</style>
border-color css
<style>
span { border-color: #FFAF5C; }
span { border-color: rgb(255,175,92); }
td.TdClassName
{
border-color: #FFAF5C;
}
.TagClassName
{
border-color: #FFAF5C;
}
</style>