#FEC760

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

Shades of Golden Tainoi #FEC760

Tints of Golden Tainoi #FEC760

Color information

#FEC760 (or 0xFEC760) is unknown color: approx Golden Tainoi. HEX triplet: FE, C7 and 60. RGB value is (254,199,96). Sum of RGB (Red+Green+Blue) = 254+199+96=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC760 is #01389F. Grayscale: #CCCCCC. Windows color (decimal): -80032 or 6342654. OLE color: 6342654.

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

Color convert

RGB25419996-
CMYK00.220.620.00
HSL39.11º98.75%68.63%-
HSV(B)39.11º62.2%99.61%-
XYZ63.4162.7619.84-
YUV203.767.22163.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 199 (78.12% from 255) = 36.25%
BLUE value IS 96 (37.89% from 255) = 17.49%
R=46.27%
G=36.25%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541999600.220.620.0039.1198.7568.63
HexFEC7600163E0276345
Octal37630714002676047143105
Binary11111110110001111100000010110111110010011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC760; }

 p { color: rgb(254,199,96); }

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

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

 a { background-color: rgb(254,199,96); }

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

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

 span { border-color: rgb(254,199,96); }

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