#FEC957

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

Shades of Golden Tainoi #FEC957

Tints of Golden Tainoi #FEC957

Color information

#FEC957 (or 0xFEC957) is unknown color: approx Golden Tainoi. HEX triplet: FE, C9 and 57. RGB value is (254,201,87). Sum of RGB (Red+Green+Blue) = 254+201+87=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 87 (34.38% from 255 or 16.05% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC957 is #0136A8. Grayscale: #CCCCCC. Windows color (decimal): -79529 or 5753342. OLE color: 5753342.

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

Color convert

RGB25420187-
CMYK00.210.660.00
HSL40.96º98.82%66.86%-
HSV(B)40.96º65.75%99.61%-
XYZ63.4863.5317.93-
YUV203.8562.06163.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.86%
GREEN value IS 201 (78.91% from 255) = 37.08%
BLUE value IS 87 (34.38% from 255) = 16.05%
R=46.86%
G=37.08%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542018700.210.660.0040.9698.8266.86
HexFEC957015420296343
Octal376311127025102051143103
Binary111111101100100110101110101011000010010100111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC957; }

 p { color: rgb(254,201,87); }

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

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

 a { background-color: rgb(254,201,87); }

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

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

 span { border-color: rgb(254,201,87); }

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