Shades of Yellow Orange #FFAB3D
Tints of Yellow Orange #FFAB3D
RGB
CMYK
RGB Variations
Color information
#FFAB3D (or 0xFFAB3D) is known color: Yellow Orange. HEX triplet: FF, AB and 3D. RGB value is (255,171,61). Sum of RGB (Red+Green+Blue) = 255+171+61=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 61 (24.22% from 255 or 12.53% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB3D is #0054C2. Grayscale: #B8B8B8. Windows color (decimal): -21699 or 4041727. OLE color: 4041727.
HSL color Cylindrical-coordinate representation of color #FFAB3D: hue angle of 34.02º 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 #FFAB3D is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 61 | - |
| CMYK | 0 | 0.33 | 0.76 | 0 |
| HSL | 34.02º | 1% | 0.62% | - |
| HSV(B) | 34.02º | 0.76% | 1% | - |
| XYZ | 56.65 | 50.72 | 11.22 | - |
| YUV | 183.58 | 58.83 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 61 | 0 | 0.33 | 0.76 | 0 | 34.02 | 1 | 0.62 |
| Hex | FF | AB | 3D | 0 | 21 | 4C | 0 | 22 | 64 | 3E |
| Octal | 377 | 253 | 75 | 0 | 41 | 114 | 0 | 42 | 144 | 76 |
| Binary | 11111111 | 10101011 | 111101 | 0 | 100001 | 1001100 | 0 | 100010 | 1100100 | 111110 |
Color Harmonies of #FFAB3D
Complementary color
Monochromatic Colors of #FFAB3D
Black with #FFAB3D
Text Example
Text Example
White with #FFAB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB3D; }
p { color: rgb(255,171,61); }
H1.HeaderClassName
{
color: #FFAB3D;
}
.AnyTagClassName
{
color: #FFAB3D;
}
</style>
background-color css
<style>
a { background-color: #FFAB3D; }
a { background-color: rgb(255,171,61); }
div.DivClassName
{
background-color: #FFAB3D;
}
.BgClassName
{
background-color: #FFAB3D;
}
</style>
border-color css
<style>
span { border-color: #FFAB3D; }
span { border-color: rgb(255,171,61); }
td.TdClassName
{
border-color: #FFAB3D;
}
.TagClassName
{
border-color: #FFAB3D;
}
</style>