Shades of Yellow Orange #FFB13D
Tints of Yellow Orange #FFB13D
RGB
CMYK
RGB Variations
Color information
#FFB13D (or 0xFFB13D) is known color: Yellow Orange. HEX triplet: FF, B1 and 3D. RGB value is (255,177,61). Sum of RGB (Red+Green+Blue) = 255+177+61=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB13D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB13D is #004EC2. Grayscale: #BBBBBB. Windows color (decimal): -20163 or 4043263. OLE color: 4043263.
HSL color Cylindrical-coordinate representation of color #FFB13D: hue angle of 35.88º 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 #FFB13D is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 61 | - |
| CMYK | 0 | 0.31 | 0.76 | 0 |
| HSL | 35.88º | 1% | 0.62% | - |
| HSV(B) | 35.88º | 0.76% | 1% | - |
| XYZ | 57.8 | 53.04 | 11.61 | - |
| YUV | 187.1 | 56.84 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 61 | 0 | 0.31 | 0.76 | 0 | 35.88 | 1 | 0.62 |
| Hex | FF | B1 | 3D | 0 | 1F | 4C | 0 | 24 | 64 | 3E |
| Octal | 377 | 261 | 75 | 0 | 37 | 114 | 0 | 44 | 144 | 76 |
| Binary | 11111111 | 10110001 | 111101 | 0 | 11111 | 1001100 | 0 | 100100 | 1100100 | 111110 |
Color Harmonies of #FFB13D
Complementary color
Monochromatic Colors of #FFB13D
Black with #FFB13D
Text Example
Text Example
White with #FFB13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB13D; }
p { color: rgb(255,177,61); }
H1.HeaderClassName
{
color: #FFB13D;
}
.AnyTagClassName
{
color: #FFB13D;
}
</style>
background-color css
<style>
a { background-color: #FFB13D; }
a { background-color: rgb(255,177,61); }
div.DivClassName
{
background-color: #FFB13D;
}
.BgClassName
{
background-color: #FFB13D;
}
</style>
border-color css
<style>
span { border-color: #FFB13D; }
span { border-color: rgb(255,177,61); }
td.TdClassName
{
border-color: #FFB13D;
}
.TagClassName
{
border-color: #FFB13D;
}
</style>