#FDC63F

Color #FDC63F Sunglow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglow #FDC63F

Tints of Sunglow #FDC63F

Color information

#FDC63F (or 0xFDC63F) is unknown color: approx Sunglow. HEX triplet: FD, C6 and 3F. RGB value is (253,198,63). Sum of RGB (Red+Green+Blue) = 253+198+63=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 63 (25% from 255 or 12.26% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC63F is #0239C0. Grayscale: #C7C7C7. Windows color (decimal): -145857 or 4179709. OLE color: 4179709.

HSL color Cylindrical-coordinate representation of color #FDC63F: hue angle of 42.63º 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 #FDC63F is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB25319863-
CMYK00.220.750.01
HSL42.63º97.94%61.96%-
HSV(B)42.63º75.1%99.22%-
XYZ61.661.6313.35-
YUV199.0551.22166.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 49.22%
GREEN value IS 198 (77.73% from 255) = 38.52%
BLUE value IS 63 (25% from 255) = 12.26%
R=49.22%
G=38.52%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531986300.220.750.0142.6397.9461.96
HexFDC63F0164B12b623e
Octal3753067702611315314276
Binary1111110111000110111111010110100101111010111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC63F; }

 p { color: rgb(253,198,63); }

 H1.HeaderClassName
 {
   color: #FDC63F;
 }
 .AnyTagClassName
 {
   color: #FDC63F;
 }
</style>
background-color css

<style>
 a { background-color: #FDC63F; }

 a { background-color: rgb(253,198,63); }

 div.DivClassName
 {
   background-color: #FDC63F;
 }
 .BgClassName
 {
   background-color: #FDC63F;
 }
</style>
border-color css

<style>
 span { border-color: #FDC63F; }

 span { border-color: rgb(253,198,63); }

 td.TdClassName
 {
   border-color: #FDC63F;
 }
 .TagClassName
 {
   border-color: #FDC63F;
 }
</style>