Shades of Orange #FAAF02
Tints of Orange #FAAF02
RGB
CMYK
RGB Variations
Color information
#FAAF02 (or 0xFAAF02) is known color: Orange. HEX triplet: FA, AF and 02. RGB value is (250,175,2). Sum of RGB (Red+Green+Blue) = 250+175+2=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF02 is #0550FD. Grayscale: #B2B2B2. Windows color (decimal): -348414 or 176122. OLE color: 176122.
HSL color Cylindrical-coordinate representation of color #FAAF02: hue angle of 41.85º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAAF02 is Cyan = 0, Magento = 0.3, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 2 | - |
| CMYK | 0 | 0.3 | 0.99 | 0.02 |
| HSL | 41.85º | 0.98% | 0.49% | - |
| HSV(B) | 41.85º | 0.99% | 0.98% | - |
| XYZ | 54.77 | 50.99 | 7.01 | - |
| YUV | 177.7 | 28.85 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 2 | 0 | 0.3 | 0.99 | 0.02 | 41.85 | 0.98 | 0.49 |
| Hex | FA | AF | 2 | 0 | 1E | 63 | 2 | 2A | 62 | 31 |
| Octal | 372 | 257 | 2 | 0 | 36 | 143 | 2 | 52 | 142 | 61 |
| Binary | 11111010 | 10101111 | 10 | 0 | 11110 | 1100011 | 10 | 101010 | 1100010 | 110001 |
Color Harmonies of #FAAF02
Complementary color
Monochromatic Colors of #FAAF02
Black with #FAAF02
Text Example
Text Example
White with #FAAF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF02; }
p { color: rgb(250,175,2); }
H1.HeaderClassName
{
color: #FAAF02;
}
.AnyTagClassName
{
color: #FAAF02;
}
</style>
background-color css
<style>
a { background-color: #FAAF02; }
a { background-color: rgb(250,175,2); }
div.DivClassName
{
background-color: #FAAF02;
}
.BgClassName
{
background-color: #FAAF02;
}
</style>
border-color css
<style>
span { border-color: #FAAF02; }
span { border-color: rgb(250,175,2); }
td.TdClassName
{
border-color: #FAAF02;
}
.TagClassName
{
border-color: #FAAF02;
}
</style>