#FDC72E

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

Shades of Sunglow #FDC72E

Tints of Sunglow #FDC72E

Color information

#FDC72E (or 0xFDC72E) is unknown color: approx Sunglow. HEX triplet: FD, C7 and 2E. RGB value is (253,199,46). Sum of RGB (Red+Green+Blue) = 253+199+46=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 46 (18.36% from 255 or 9.24% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC72E is #0238D1. Grayscale: #C6C6C6. Windows color (decimal): -145618 or 3065853. OLE color: 3065853.

HSL color Cylindrical-coordinate representation of color #FDC72E: hue angle of 44.35º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDC72E is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB25319946-
CMYK00.210.820.01
HSL44.35º98.1%58.63%-
HSV(B)44.35º81.82%99.22%-
XYZ61.4261.9311.3-
YUV197.742.39167.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.80%
GREEN value IS 199 (78.12% from 255) = 39.96%
BLUE value IS 46 (18.36% from 255) = 9.24%
R=50.80%
G=39.96%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531994600.210.820.0144.3598.158.63
HexFDC72E0155212c623b
Octal3753075602512215414273
Binary1111110111000111101110010101101001011011001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC72E; }

 p { color: rgb(253,199,46); }

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

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

 a { background-color: rgb(253,199,46); }

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

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

 span { border-color: rgb(253,199,46); }

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