#FEC851

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

Shades of Golden Tainoi #FEC851

Tints of Golden Tainoi #FEC851

Color information

#FEC851 (or 0xFEC851) is unknown color: approx Golden Tainoi. HEX triplet: FE, C8 and 51. RGB value is (254,200,81). Sum of RGB (Red+Green+Blue) = 254+200+81=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 81 (32.03% from 255 or 15.14% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC851 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC851 is #0137AE. Grayscale: #CBCBCB. Windows color (decimal): -79791 or 5359870. OLE color: 5359870.

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

Color convert

RGB25420081-
CMYK00.210.680.00
HSL41.27º98.86%65.69%-
HSV(B)41.27º68.11%99.61%-
XYZ63.0162.9716.62-
YUV202.5859.39164.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.48%
GREEN value IS 200 (78.52% from 255) = 37.38%
BLUE value IS 81 (32.03% from 255) = 15.14%
R=47.48%
G=37.38%
B=15.14%

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
Decimal2542008100.210.680.0041.2798.8665.69
HexFEC851015440296342
Octal376310121025104051143102
Binary111111101100100010100010101011000100010100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC851; }

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

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

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

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

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

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

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

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