#FEC845

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

Shades of Golden Tainoi #FEC845

Tints of Golden Tainoi #FEC845

Color information

#FEC845 (or 0xFEC845) is unknown color: approx Golden Tainoi. HEX triplet: FE, C8 and 45. RGB value is (254,200,69). Sum of RGB (Red+Green+Blue) = 254+200+69=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 69 (27.34% from 255 or 13.19% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC845 is #0137BA. Grayscale: #C9C9C9. Windows color (decimal): -79803 or 4573438. OLE color: 4573438.

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

Color convert

RGB25420069-
CMYK00.210.730.00
HSL42.49º98.93%63.33%-
HSV(B)42.49º72.83%99.61%-
XYZ62.662.8114.45-
YUV201.2153.39165.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.57%
GREEN value IS 200 (78.52% from 255) = 38.24%
BLUE value IS 69 (27.34% from 255) = 13.19%
R=48.57%
G=38.24%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542006900.210.730.0042.4998.9363.33
HexFEC8450154902a633f
Octal37631010502511105214377
Binary11111110110010001000101010101100100101010101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC845; }

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

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

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

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

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

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

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

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