Shades of Sunglow #FDCC2B
Tints of Sunglow #FDCC2B
RGB
CMYK
RGB Variations
Color information
#FDCC2B (or 0xFDCC2B) is known color: Sunglow. HEX triplet: FD, CC and 2B. RGB value is (253,204,43). Sum of RGB (Red+Green+Blue) = 253+204+43=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 43 (17.19% from 255 or 8.6% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC2B is #0233D4. Grayscale: #C8C8C8. Windows color (decimal): -144341 or 2870525. OLE color: 2870525.
HSL color Cylindrical-coordinate representation of color #FDCC2B: hue angle of 46º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDCC2B is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 204 | 43 | - |
CMYK | 0 | 0.19 | 0.83 | 0.01 |
HSL | 46º | 0.98% | 0.58% | - |
HSV(B) | 46º | 0.83% | 0.99% | - |
XYZ | 62.54 | 64.24 | 11.39 | - |
YUV | 200.3 | 39.23 | 165.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 204 | 43 | 0 | 0.19 | 0.83 | 0.01 | 46 | 0.98 | 0.58 |
Hex | FD | CC | 2B | 0 | 13 | 53 | 1 | 2E | 62 | 3A |
Octal | 375 | 314 | 53 | 0 | 23 | 123 | 1 | 56 | 142 | 72 |
Binary | 11111101 | 11001100 | 101011 | 0 | 10011 | 1010011 | 1 | 101110 | 1100010 | 111010 |
Color Harmonies of #FDCC2B
Complementary color
Monochromatic Colors of #FDCC2B
Black with #FDCC2B
Text Example
Text Example
White with #FDCC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC2B; }
p { color: rgb(253,204,43); }
H1.HeaderClassName
{
color: #FDCC2B;
}
.AnyTagClassName
{
color: #FDCC2B;
}
</style>
background-color css
<style>
a { background-color: #FDCC2B; }
a { background-color: rgb(253,204,43); }
div.DivClassName
{
background-color: #FDCC2B;
}
.BgClassName
{
background-color: #FDCC2B;
}
</style>
border-color css
<style>
span { border-color: #FDCC2B; }
span { border-color: rgb(253,204,43); }
td.TdClassName
{
border-color: #FDCC2B;
}
.TagClassName
{
border-color: #FDCC2B;
}
</style>