#FEC264

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

Shades of Golden Tainoi #FEC264

Tints of Golden Tainoi #FEC264

Color information

#FEC264 (or 0xFEC264) is unknown color: approx Golden Tainoi. HEX triplet: FE, C2 and 64. RGB value is (254,194,100). Sum of RGB (Red+Green+Blue) = 254+194+100=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC264 is #013D9B. Grayscale: #C9C9C9. Windows color (decimal): -81308 or 6603518. OLE color: 6603518.

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

Color convert

RGB254194100-
CMYK00.240.610.00
HSL36.62º98.72%69.41%-
HSV(B)36.62º60.63%99.61%-
XYZ62.4760.5720.46-
YUV201.2270.88165.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.35%
GREEN value IS 194 (76.17% from 255) = 35.40%
BLUE value IS 100 (39.45% from 255) = 18.25%
R=46.35%
G=35.40%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419410000.240.610.0036.6298.7269.41
HexFEC2640183D0256345
Octal37630214403075045143105
Binary11111110110000101100100011000111101010010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC264; }

 p { color: rgb(254,194,100); }

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

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

 a { background-color: rgb(254,194,100); }

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

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

 span { border-color: rgb(254,194,100); }

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