Shades of Yellow Orange #FFAB3A
Tints of Yellow Orange #FFAB3A
RGB
CMYK
RGB Variations
Color information
#FFAB3A (or 0xFFAB3A) is known color: Yellow Orange. HEX triplet: FF, AB and 3A. RGB value is (255,171,58). Sum of RGB (Red+Green+Blue) = 255+171+58=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB3A is #0054C5. Grayscale: #B7B7B7. Windows color (decimal): -21702 or 3845119. OLE color: 3845119.
HSL color Cylindrical-coordinate representation of color #FFAB3A: hue angle of 34.42º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFAB3A is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 58 | - |
| CMYK | 0 | 0.33 | 0.77 | 0 |
| HSL | 34.42º | 1% | 0.61% | - |
| HSV(B) | 34.42º | 0.77% | 1% | - |
| XYZ | 56.57 | 50.69 | 10.81 | - |
| YUV | 183.23 | 57.33 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 58 | 0 | 0.33 | 0.77 | 0 | 34.42 | 1 | 0.61 |
| Hex | FF | AB | 3A | 0 | 21 | 4D | 0 | 22 | 64 | 3D |
| Octal | 377 | 253 | 72 | 0 | 41 | 115 | 0 | 42 | 144 | 75 |
| Binary | 11111111 | 10101011 | 111010 | 0 | 100001 | 1001101 | 0 | 100010 | 1100100 | 111101 |
Color Harmonies of #FFAB3A
Complementary color
Monochromatic Colors of #FFAB3A
Black with #FFAB3A
Text Example
Text Example
White with #FFAB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB3A; }
p { color: rgb(255,171,58); }
H1.HeaderClassName
{
color: #FFAB3A;
}
.AnyTagClassName
{
color: #FFAB3A;
}
</style>
background-color css
<style>
a { background-color: #FFAB3A; }
a { background-color: rgb(255,171,58); }
div.DivClassName
{
background-color: #FFAB3A;
}
.BgClassName
{
background-color: #FFAB3A;
}
</style>
border-color css
<style>
span { border-color: #FFAB3A; }
span { border-color: rgb(255,171,58); }
td.TdClassName
{
border-color: #FFAB3A;
}
.TagClassName
{
border-color: #FFAB3A;
}
</style>