Shades of Rajah #FBAF5C
Tints of Rajah #FBAF5C
RGB
CMYK
RGB Variations
Color information
#FBAF5C (or 0xFBAF5C) is known color: Rajah. HEX triplet: FB, AF and 5C. RGB value is (251,175,92). Sum of RGB (Red+Green+Blue) = 251+175+92=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAF5C is #0450A3. Grayscale: #BCBCBC. Windows color (decimal): -282788 or 6074363. OLE color: 6074363.
HSL color Cylindrical-coordinate representation of color #FBAF5C: hue angle of 31.32º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBAF5C is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 92 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.02 |
| HSL | 31.32º | 0.95% | 0.67% | - |
| HSV(B) | 31.32º | 0.63% | 0.98% | - |
| XYZ | 57.05 | 51.94 | 17.14 | - |
| YUV | 188.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 92 | 0 | 0.30 | 0.63 | 0.02 | 31.32 | 0.95 | 0.67 |
| Hex | FB | AF | 5C | 0 | 1E | 3F | 2 | 1F | 5F | 43 |
| Octal | 373 | 257 | 134 | 0 | 36 | 77 | 2 | 37 | 137 | 103 |
| Binary | 11111011 | 10101111 | 1011100 | 0 | 11110 | 111111 | 10 | 11111 | 1011111 | 1000011 |
Color Harmonies of #FBAF5C
Complementary color
Monochromatic Colors of #FBAF5C
Black with #FBAF5C
Text Example
Text Example
White with #FBAF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAF5C; }
p { color: rgb(251,175,92); }
H1.HeaderClassName
{
color: #FBAF5C;
}
.AnyTagClassName
{
color: #FBAF5C;
}
</style>
background-color css
<style>
a { background-color: #FBAF5C; }
a { background-color: rgb(251,175,92); }
div.DivClassName
{
background-color: #FBAF5C;
}
.BgClassName
{
background-color: #FBAF5C;
}
</style>
border-color css
<style>
span { border-color: #FBAF5C; }
span { border-color: rgb(251,175,92); }
td.TdClassName
{
border-color: #FBAF5C;
}
.TagClassName
{
border-color: #FBAF5C;
}
</style>