#FEC448

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

Shades of Golden Tainoi #FEC448

Tints of Golden Tainoi #FEC448

Color information

#FEC448 (or 0xFEC448) is unknown color: approx Golden Tainoi. HEX triplet: FE, C4 and 48. RGB value is (254,196,72). Sum of RGB (Red+Green+Blue) = 254+196+72=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC448 is #013BB7. Grayscale: #C7C7C7. Windows color (decimal): -80824 or 4769022. OLE color: 4769022.

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

Color convert

RGB25419672-
CMYK00.230.720.00
HSL40.88º98.91%63.92%-
HSV(B)40.88º71.65%99.61%-
XYZ61.7861.0214.65-
YUV199.2156.22167.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.66%
GREEN value IS 196 (76.95% from 255) = 37.55%
BLUE value IS 72 (28.52% from 255) = 13.79%
R=48.66%
G=37.55%
B=13.79%

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
Decimal2541967200.230.720.0040.8898.9163.92
HexFEC448017480296340
Octal376304110027110051143100
Binary111111101100010010010000101111001000010100111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC448; }

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

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

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

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

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

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

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

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