#FDC82E

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

Shades of Sunglow #FDC82E

Tints of Sunglow #FDC82E

Color information

#FDC82E (or 0xFDC82E) is unknown color: approx Sunglow. HEX triplet: FD, C8 and 2E. RGB value is (253,200,46). Sum of RGB (Red+Green+Blue) = 253+200+46=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC82E is #0237D1. Grayscale: #C6C6C6. Windows color (decimal): -145362 or 3066109. OLE color: 3066109.

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

Color convert

RGB25320046-
CMYK00.210.820.01
HSL44.64º98.1%58.63%-
HSV(B)44.64º81.82%99.22%-
XYZ61.6662.3911.38-
YUV198.2942.06167.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.70%
GREEN value IS 200 (78.52% from 255) = 40.08%
BLUE value IS 46 (18.36% from 255) = 9.22%
R=50.70%
G=40.08%
B=9.22%

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
Decimal2532004600.210.820.0144.6498.158.63
HexFDC82E0155212d623b
Octal3753105602512215514273
Binary1111110111001000101110010101101001011011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC82E; }

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

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

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

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

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

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

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

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