#FEC951

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

Shades of Golden Tainoi #FEC951

Tints of Golden Tainoi #FEC951

Color information

#FEC951 (or 0xFEC951) is unknown color: approx Golden Tainoi. HEX triplet: FE, C9 and 51. RGB value is (254,201,81). Sum of RGB (Red+Green+Blue) = 254+201+81=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 81 (32.03% from 255 or 15.11% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC951 is #0136AE. Grayscale: #CBCBCB. Windows color (decimal): -79535 or 5360126. OLE color: 5360126.

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

Color convert

RGB25420181-
CMYK00.210.680.00
HSL41.62º98.86%65.69%-
HSV(B)41.62º68.11%99.61%-
XYZ63.2463.4416.7-
YUV203.1759.06164.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.39%
GREEN value IS 201 (78.91% from 255) = 37.5%
BLUE value IS 81 (32.03% from 255) = 15.11%
R=47.39%
G=37.5%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542018100.210.680.0041.6298.8665.69
HexFEC9510154402a6342
Octal376311121025104052143102
Binary111111101100100110100010101011000100010101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC951; }

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

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

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

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

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

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

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

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