Shades of Yellow Orange #F9AF3C
Tints of Yellow Orange #F9AF3C
RGB
CMYK
RGB Variations
Color information
#F9AF3C (or 0xF9AF3C) is known color: Yellow Orange. HEX triplet: F9, AF and 3C. RGB value is (249,175,60). Sum of RGB (Red+Green+Blue) = 249+175+60=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AF3C is #0650C3. Grayscale: #B8B8B8. Windows color (decimal): -413892 or 3977209. OLE color: 3977209.
HSL color Cylindrical-coordinate representation of color #F9AF3C: hue angle of 36.51º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9AF3C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 60 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.02 |
| HSL | 36.51º | 0.94% | 0.61% | - |
| HSV(B) | 36.51º | 0.76% | 0.98% | - |
| XYZ | 55.21 | 51.13 | 11.23 | - |
| YUV | 184.02 | 58.02 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 60 | 0 | 0.30 | 0.76 | 0.02 | 36.51 | 0.94 | 0.61 |
| Hex | F9 | AF | 3C | 0 | 1E | 4C | 2 | 25 | 5E | 3D |
| Octal | 371 | 257 | 74 | 0 | 36 | 114 | 2 | 45 | 136 | 75 |
| Binary | 11111001 | 10101111 | 111100 | 0 | 11110 | 1001100 | 10 | 100101 | 1011110 | 111101 |
Color Harmonies of #F9AF3C
Complementary color
Monochromatic Colors of #F9AF3C
Black with #F9AF3C
Text Example
Text Example
White with #F9AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF3C; }
p { color: rgb(249,175,60); }
H1.HeaderClassName
{
color: #F9AF3C;
}
.AnyTagClassName
{
color: #F9AF3C;
}
</style>
background-color css
<style>
a { background-color: #F9AF3C; }
a { background-color: rgb(249,175,60); }
div.DivClassName
{
background-color: #F9AF3C;
}
.BgClassName
{
background-color: #F9AF3C;
}
</style>
border-color css
<style>
span { border-color: #F9AF3C; }
span { border-color: rgb(249,175,60); }
td.TdClassName
{
border-color: #F9AF3C;
}
.TagClassName
{
border-color: #F9AF3C;
}
</style>