#FEC462

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

Shades of Golden Tainoi #FEC462

Tints of Golden Tainoi #FEC462

Color information

#FEC462 (or 0xFEC462) is unknown color: approx Golden Tainoi. HEX triplet: FE, C4 and 62. RGB value is (254,196,98). Sum of RGB (Red+Green+Blue) = 254+196+98=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 98 (38.67% from 255 or 17.88% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC462 is #013B9D. Grayscale: #CACACA. Windows color (decimal): -80798 or 6472958. OLE color: 6472958.

HSL color Cylindrical-coordinate representation of color #FEC462: hue angle of 37.69º 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 #FEC462 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB25419698-
CMYK00.230.610.00
HSL37.69º98.73%69.02%-
HSV(B)37.69º61.42%99.61%-
XYZ62.8261.4320.1-
YUV202.1769.22164.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.35%
GREEN value IS 196 (76.95% from 255) = 35.77%
BLUE value IS 98 (38.67% from 255) = 17.88%
R=46.35%
G=35.77%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541969800.230.610.0037.6998.7369.02
HexFEC4620173D0266345
Octal37630414202775046143105
Binary11111110110001001100010010111111101010011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC462; }

 p { color: rgb(254,196,98); }

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

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

 a { background-color: rgb(254,196,98); }

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

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

 span { border-color: rgb(254,196,98); }

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