Shades of Yellow Orange #FBAF3C
Tints of Yellow Orange #FBAF3C
RGB
CMYK
RGB Variations
Color information
#FBAF3C (or 0xFBAF3C) is known color: Yellow Orange. HEX triplet: FB, AF and 3C. RGB value is (251,175,60). Sum of RGB (Red+Green+Blue) = 251+175+60=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAF3C is #0450C3. Grayscale: #B9B9B9. Windows color (decimal): -282820 or 3977211. OLE color: 3977211.
HSL color Cylindrical-coordinate representation of color #FBAF3C: hue angle of 36.13º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBAF3C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 60 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.02 |
| HSL | 36.13º | 0.96% | 0.61% | - |
| HSV(B) | 36.13º | 0.76% | 0.98% | - |
| XYZ | 55.93 | 51.5 | 11.27 | - |
| YUV | 184.61 | 57.68 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 60 | 0 | 0.30 | 0.76 | 0.02 | 36.13 | 0.96 | 0.61 |
| Hex | FB | AF | 3C | 0 | 1E | 4C | 2 | 24 | 60 | 3D |
| Octal | 373 | 257 | 74 | 0 | 36 | 114 | 2 | 44 | 140 | 75 |
| Binary | 11111011 | 10101111 | 111100 | 0 | 11110 | 1001100 | 10 | 100100 | 1100000 | 111101 |
Color Harmonies of #FBAF3C
Complementary color
Monochromatic Colors of #FBAF3C
Black with #FBAF3C
Text Example
Text Example
White with #FBAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAF3C; }
p { color: rgb(251,175,60); }
H1.HeaderClassName
{
color: #FBAF3C;
}
.AnyTagClassName
{
color: #FBAF3C;
}
</style>
background-color css
<style>
a { background-color: #FBAF3C; }
a { background-color: rgb(251,175,60); }
div.DivClassName
{
background-color: #FBAF3C;
}
.BgClassName
{
background-color: #FBAF3C;
}
</style>
border-color css
<style>
span { border-color: #FBAF3C; }
span { border-color: rgb(251,175,60); }
td.TdClassName
{
border-color: #FBAF3C;
}
.TagClassName
{
border-color: #FBAF3C;
}
</style>