Shades of Yellow Orange #FFAF3D
Tints of Yellow Orange #FFAF3D
RGB
CMYK
RGB Variations
Color information
#FFAF3D (or 0xFFAF3D) is known color: Yellow Orange. HEX triplet: FF, AF and 3D. RGB value is (255,175,61). Sum of RGB (Red+Green+Blue) = 255+175+61=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 61 (24.22% from 255 or 12.42% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF3D is #0050C2. Grayscale: #BABABA. Windows color (decimal): -20675 or 4042751. OLE color: 4042751.
HSL color Cylindrical-coordinate representation of color #FFAF3D: hue angle of 35.26º 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 #FFAF3D is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 61 | - |
| CMYK | 0 | 0.31 | 0.76 | 0 |
| HSL | 35.26º | 1% | 0.62% | - |
| HSV(B) | 35.26º | 0.76% | 1% | - |
| XYZ | 57.41 | 52.26 | 11.48 | - |
| YUV | 185.92 | 57.5 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 61 | 0 | 0.31 | 0.76 | 0 | 35.26 | 1 | 0.62 |
| Hex | FF | AF | 3D | 0 | 1F | 4C | 0 | 23 | 64 | 3E |
| Octal | 377 | 257 | 75 | 0 | 37 | 114 | 0 | 43 | 144 | 76 |
| Binary | 11111111 | 10101111 | 111101 | 0 | 11111 | 1001100 | 0 | 100011 | 1100100 | 111110 |
Color Harmonies of #FFAF3D
Complementary color
Monochromatic Colors of #FFAF3D
Black with #FFAF3D
Text Example
Text Example
White with #FFAF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF3D; }
p { color: rgb(255,175,61); }
H1.HeaderClassName
{
color: #FFAF3D;
}
.AnyTagClassName
{
color: #FFAF3D;
}
</style>
background-color css
<style>
a { background-color: #FFAF3D; }
a { background-color: rgb(255,175,61); }
div.DivClassName
{
background-color: #FFAF3D;
}
.BgClassName
{
background-color: #FFAF3D;
}
</style>
border-color css
<style>
span { border-color: #FFAF3D; }
span { border-color: rgb(255,175,61); }
td.TdClassName
{
border-color: #FFAF3D;
}
.TagClassName
{
border-color: #FFAF3D;
}
</style>