#FEC147

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

Shades of Golden Tainoi #FEC147

Tints of Golden Tainoi #FEC147

Color information

#FEC147 (or 0xFEC147) is unknown color: approx Golden Tainoi. HEX triplet: FE, C1 and 47. RGB value is (254,193,71). Sum of RGB (Red+Green+Blue) = 254+193+71=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 71 (28.12% from 255 or 13.71% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC147 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC147 is #013EB8. Grayscale: #C5C5C5. Windows color (decimal): -81593 or 4702718. OLE color: 4702718.

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

Color convert

RGB25419371-
CMYK00.240.720.00
HSL40º98.92%63.73%-
HSV(B)40º72.05%99.61%-
XYZ61.0859.6714.26-
YUV197.3356.71168.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.03%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 71 (28.12% from 255) = 13.71%
R=49.03%
G=37.26%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541937100.240.720.004098.9263.73
HexFEC147018480286340
Octal376301107030110050143100
Binary111111101100000110001110110001001000010100011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC147; }

 p { color: rgb(254,193,71); }

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

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

 a { background-color: rgb(254,193,71); }

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

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

 span { border-color: rgb(254,193,71); }

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