Shades of Yellow Orange #FBAC3C
Tints of Yellow Orange #FBAC3C
RGB
CMYK
RGB Variations
Color information
#FBAC3C (or 0xFBAC3C) is known color: Yellow Orange. HEX triplet: FB, AC and 3C. RGB value is (251,172,60). Sum of RGB (Red+Green+Blue) = 251+172+60=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 60 (23.83% from 255 or 12.42% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAC3C is #0453C3. Grayscale: #B7B7B7. Windows color (decimal): -283588 or 3976443. OLE color: 3976443.
HSL color Cylindrical-coordinate representation of color #FBAC3C: hue angle of 35.18º 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 #FBAC3C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 60 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.02 |
| HSL | 35.18º | 0.96% | 0.61% | - |
| HSV(B) | 35.18º | 0.76% | 0.98% | - |
| XYZ | 55.35 | 50.34 | 11.07 | - |
| YUV | 182.85 | 58.67 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 60 | 0 | 0.31 | 0.76 | 0.02 | 35.18 | 0.96 | 0.61 |
| Hex | FB | AC | 3C | 0 | 1F | 4C | 2 | 23 | 60 | 3D |
| Octal | 373 | 254 | 74 | 0 | 37 | 114 | 2 | 43 | 140 | 75 |
| Binary | 11111011 | 10101100 | 111100 | 0 | 11111 | 1001100 | 10 | 100011 | 1100000 | 111101 |
Color Harmonies of #FBAC3C
Complementary color
Monochromatic Colors of #FBAC3C
Black with #FBAC3C
Text Example
Text Example
White with #FBAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAC3C; }
p { color: rgb(251,172,60); }
H1.HeaderClassName
{
color: #FBAC3C;
}
.AnyTagClassName
{
color: #FBAC3C;
}
</style>
background-color css
<style>
a { background-color: #FBAC3C; }
a { background-color: rgb(251,172,60); }
div.DivClassName
{
background-color: #FBAC3C;
}
.BgClassName
{
background-color: #FBAC3C;
}
</style>
border-color css
<style>
span { border-color: #FBAC3C; }
span { border-color: rgb(251,172,60); }
td.TdClassName
{
border-color: #FBAC3C;
}
.TagClassName
{
border-color: #FBAC3C;
}
</style>