#FEC651

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

Shades of Golden Tainoi #FEC651

Tints of Golden Tainoi #FEC651

Color information

#FEC651 (or 0xFEC651) is unknown color: approx Golden Tainoi. HEX triplet: FE, C6 and 51. RGB value is (254,198,81). Sum of RGB (Red+Green+Blue) = 254+198+81=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 81 (32.03% from 255 or 15.20% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC651 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC651 is #0139AE. Grayscale: #C9C9C9. Windows color (decimal): -80303 or 5359358. OLE color: 5359358.

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

Color convert

RGB25419881-
CMYK00.220.680.00
HSL40.58º98.86%65.69%-
HSV(B)40.58º68.11%99.61%-
XYZ62.5562.0516.47-
YUV201.4160.05165.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.65%
GREEN value IS 198 (77.73% from 255) = 37.15%
BLUE value IS 81 (32.03% from 255) = 15.20%
R=47.65%
G=37.15%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541988100.220.680.0040.5898.8665.69
HexFEC651016440296342
Octal376306121026104051143102
Binary111111101100011010100010101101000100010100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC651; }

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

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

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

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

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

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

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

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