#FEC447

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

Shades of Golden Tainoi #FEC447

Tints of Golden Tainoi #FEC447

Color information

#FEC447 (or 0xFEC447) is unknown color: approx Golden Tainoi. HEX triplet: FE, C4 and 47. RGB value is (254,196,71). Sum of RGB (Red+Green+Blue) = 254+196+71=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 71 (28.12% from 255 or 13.63% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC447 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC447 is #013BB8. Grayscale: #C7C7C7. Windows color (decimal): -80825 or 4703486. OLE color: 4703486.

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

Color convert

RGB25419671-
CMYK00.230.720.00
HSL40.98º98.92%63.73%-
HSV(B)40.98º72.05%99.61%-
XYZ61.7561.0114.48-
YUV199.0955.72167.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.75%
GREEN value IS 196 (76.95% from 255) = 37.62%
BLUE value IS 71 (28.12% from 255) = 13.63%
R=48.75%
G=37.62%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541967100.230.720.0040.9898.9263.73
HexFEC447017480296340
Octal376304107027110051143100
Binary111111101100010010001110101111001000010100111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC447; }

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

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

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

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

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

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

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

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