Shades of Yellow Orange #FFB03D
Tints of Yellow Orange #FFB03D
RGB
CMYK
RGB Variations
Color information
#FFB03D (or 0xFFB03D) is known color: Yellow Orange. HEX triplet: FF, B0 and 3D. RGB value is (255,176,61). Sum of RGB (Red+Green+Blue) = 255+176+61=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB03D is #004FC2. Grayscale: #BBBBBB. Windows color (decimal): -20419 or 4043007. OLE color: 4043007.
HSL color Cylindrical-coordinate representation of color #FFB03D: hue angle of 35.57º 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 #FFB03D is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 61 | - |
| CMYK | 0 | 0.31 | 0.76 | 0 |
| HSL | 35.57º | 1% | 0.62% | - |
| HSV(B) | 35.57º | 0.76% | 1% | - |
| XYZ | 57.61 | 52.65 | 11.54 | - |
| YUV | 186.51 | 57.17 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 61 | 0 | 0.31 | 0.76 | 0 | 35.57 | 1 | 0.62 |
| Hex | FF | B0 | 3D | 0 | 1F | 4C | 0 | 24 | 64 | 3E |
| Octal | 377 | 260 | 75 | 0 | 37 | 114 | 0 | 44 | 144 | 76 |
| Binary | 11111111 | 10110000 | 111101 | 0 | 11111 | 1001100 | 0 | 100100 | 1100100 | 111110 |
Color Harmonies of #FFB03D
Complementary color
Monochromatic Colors of #FFB03D
Black with #FFB03D
Text Example
Text Example
White with #FFB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB03D; }
p { color: rgb(255,176,61); }
H1.HeaderClassName
{
color: #FFB03D;
}
.AnyTagClassName
{
color: #FFB03D;
}
</style>
background-color css
<style>
a { background-color: #FFB03D; }
a { background-color: rgb(255,176,61); }
div.DivClassName
{
background-color: #FFB03D;
}
.BgClassName
{
background-color: #FFB03D;
}
</style>
border-color css
<style>
span { border-color: #FFB03D; }
span { border-color: rgb(255,176,61); }
td.TdClassName
{
border-color: #FFB03D;
}
.TagClassName
{
border-color: #FFB03D;
}
</style>