Shades of Orange #FFAB02
Tints of Orange #FFAB02
RGB
CMYK
RGB Variations
Color information
#FFAB02 (or 0xFFAB02) is known color: Orange. HEX triplet: FF, AB and 02. RGB value is (255,171,2). Sum of RGB (Red+Green+Blue) = 255+171+2=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB02 is #0054FD. Grayscale: #B1B1B1. Windows color (decimal): -21758 or 175103. OLE color: 175103.
HSL color Cylindrical-coordinate representation of color #FFAB02: hue angle of 40.08º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFAB02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0 |
| HSL | 40.08º | 1% | 0.5% | - |
| HSV(B) | 40.08º | 0.99% | 1% | - |
| XYZ | 55.81 | 50.39 | 6.84 | - |
| YUV | 176.85 | 29.33 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 2 | 0 | 0.33 | 0.99 | 0 | 40.08 | 1 | 0.5 |
| Hex | FF | AB | 2 | 0 | 21 | 63 | 0 | 28 | 64 | 32 |
| Octal | 377 | 253 | 2 | 0 | 41 | 143 | 0 | 50 | 144 | 62 |
| Binary | 11111111 | 10101011 | 10 | 0 | 100001 | 1100011 | 0 | 101000 | 1100100 | 110010 |
Color Harmonies of #FFAB02
Complementary color
Monochromatic Colors of #FFAB02
Black with #FFAB02
Text Example
Text Example
White with #FFAB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB02; }
p { color: rgb(255,171,2); }
H1.HeaderClassName
{
color: #FFAB02;
}
.AnyTagClassName
{
color: #FFAB02;
}
</style>
background-color css
<style>
a { background-color: #FFAB02; }
a { background-color: rgb(255,171,2); }
div.DivClassName
{
background-color: #FFAB02;
}
.BgClassName
{
background-color: #FFAB02;
}
</style>
border-color css
<style>
span { border-color: #FFAB02; }
span { border-color: rgb(255,171,2); }
td.TdClassName
{
border-color: #FFAB02;
}
.TagClassName
{
border-color: #FFAB02;
}
</style>