#FEC63C

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

Shades of Sunglow #FEC63C

Tints of Sunglow #FEC63C

Color information

#FEC63C (or 0xFEC63C) is unknown color: approx Sunglow. HEX triplet: FE, C6 and 3C. RGB value is (254,198,60). Sum of RGB (Red+Green+Blue) = 254+198+60=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 60 (23.83% from 255 or 11.72% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC63C is #0139C3. Grayscale: #C7C7C7. Windows color (decimal): -80324 or 3983102. OLE color: 3983102.

HSL color Cylindrical-coordinate representation of color #FEC63C: hue angle of 42.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEC63C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB25419860-
CMYK00.220.760.00
HSL42.68º98.98%61.57%-
HSV(B)42.68º76.38%99.61%-
XYZ61.8861.7912.94-
YUV199.0149.55167.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.61%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 60 (23.83% from 255) = 11.72%
R=49.61%
G=38.67%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541986000.220.760.0042.6898.9861.57
HexFEC63C0164C02b633e
Octal3763067402611405314376
Binary1111111011000110111100010110100110001010111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC63C; }

 p { color: rgb(254,198,60); }

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

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

 a { background-color: rgb(254,198,60); }

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

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

 span { border-color: rgb(254,198,60); }

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