Shades of Yellow Orange #FFB03C
Tints of Yellow Orange #FFB03C
RGB
CMYK
RGB Variations
Color information
#FFB03C (or 0xFFB03C) is known color: Yellow Orange. HEX triplet: FF, B0 and 3C. RGB value is (255,176,60). Sum of RGB (Red+Green+Blue) = 255+176+60=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 60 (23.83% from 255 or 12.22% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB03C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB03C is #004FC3. Grayscale: #BABABA. Windows color (decimal): -20420 or 3977471. OLE color: 3977471.
HSL color Cylindrical-coordinate representation of color #FFB03C: hue angle of 35.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFB03C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 60 | - |
| CMYK | 0 | 0.31 | 0.76 | 0 |
| HSL | 35.69º | 1% | 0.62% | - |
| HSV(B) | 35.69º | 0.76% | 1% | - |
| XYZ | 57.58 | 52.64 | 11.4 | - |
| YUV | 186.4 | 56.67 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 60 | 0 | 0.31 | 0.76 | 0 | 35.69 | 1 | 0.62 |
| Hex | FF | B0 | 3C | 0 | 1F | 4C | 0 | 24 | 64 | 3E |
| Octal | 377 | 260 | 74 | 0 | 37 | 114 | 0 | 44 | 144 | 76 |
| Binary | 11111111 | 10110000 | 111100 | 0 | 11111 | 1001100 | 0 | 100100 | 1100100 | 111110 |
Color Harmonies of #FFB03C
Complementary color
Monochromatic Colors of #FFB03C
Black with #FFB03C
Text Example
Text Example
White with #FFB03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB03C; }
p { color: rgb(255,176,60); }
H1.HeaderClassName
{
color: #FFB03C;
}
.AnyTagClassName
{
color: #FFB03C;
}
</style>
background-color css
<style>
a { background-color: #FFB03C; }
a { background-color: rgb(255,176,60); }
div.DivClassName
{
background-color: #FFB03C;
}
.BgClassName
{
background-color: #FFB03C;
}
</style>
border-color css
<style>
span { border-color: #FFB03C; }
span { border-color: rgb(255,176,60); }
td.TdClassName
{
border-color: #FFB03C;
}
.TagClassName
{
border-color: #FFB03C;
}
</style>