Shades of Yellow Orange #FDB43F
Tints of Yellow Orange #FDB43F
RGB
CMYK
RGB Variations
Color information
#FDB43F (or 0xFDB43F) is known color: Yellow Orange. HEX triplet: FD, B4 and 3F. RGB value is (253,180,63). Sum of RGB (Red+Green+Blue) = 253+180+63=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 63 (25% from 255 or 12.70% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB43F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB43F is #024BC0. Grayscale: #BDBDBD. Windows color (decimal): -150465 or 4175101. OLE color: 4175101.
HSL color Cylindrical-coordinate representation of color #FDB43F: hue angle of 36.95º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDB43F is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 63 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.01 |
| HSL | 36.95º | 0.98% | 0.62% | - |
| HSV(B) | 36.95º | 0.75% | 0.99% | - |
| XYZ | 57.73 | 53.88 | 12.06 | - |
| YUV | 188.49 | 57.18 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 63 | 0 | 0.29 | 0.75 | 0.01 | 36.95 | 0.98 | 0.62 |
| Hex | FD | B4 | 3F | 0 | 1D | 4B | 1 | 25 | 62 | 3E |
| Octal | 375 | 264 | 77 | 0 | 35 | 113 | 1 | 45 | 142 | 76 |
| Binary | 11111101 | 10110100 | 111111 | 0 | 11101 | 1001011 | 1 | 100101 | 1100010 | 111110 |
Color Harmonies of #FDB43F
Complementary color
Monochromatic Colors of #FDB43F
Black with #FDB43F
Text Example
Text Example
White with #FDB43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB43F; }
p { color: rgb(253,180,63); }
H1.HeaderClassName
{
color: #FDB43F;
}
.AnyTagClassName
{
color: #FDB43F;
}
</style>
background-color css
<style>
a { background-color: #FDB43F; }
a { background-color: rgb(253,180,63); }
div.DivClassName
{
background-color: #FDB43F;
}
.BgClassName
{
background-color: #FDB43F;
}
</style>
border-color css
<style>
span { border-color: #FDB43F; }
span { border-color: rgb(253,180,63); }
td.TdClassName
{
border-color: #FDB43F;
}
.TagClassName
{
border-color: #FDB43F;
}
</style>