#FDC554

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

Shades of Golden Tainoi #FDC554

Tints of Golden Tainoi #FDC554

Color information

#FDC554 (or 0xFDC554) is unknown color: approx Golden Tainoi. HEX triplet: FD, C5 and 54. RGB value is (253,197,84). Sum of RGB (Red+Green+Blue) = 253+197+84=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 84 (33.20% from 255 or 15.73% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC554 is #023AAB. Grayscale: #C9C9C9. Windows color (decimal): -146092 or 5555709. OLE color: 5555709.

HSL color Cylindrical-coordinate representation of color #FDC554: hue angle of 40.12º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDC554 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB25319784-
CMYK00.220.670.01
HSL40.12º97.69%66.08%-
HSV(B)40.12º66.8%99.22%-
XYZ62.0761.4616.98-
YUV200.8662.05165.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.38%
GREEN value IS 197 (77.34% from 255) = 36.89%
BLUE value IS 84 (33.20% from 255) = 15.73%
R=47.38%
G=36.89%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531978400.220.670.0140.1297.6966.08
HexFDC554016431286242
Octal375305124026103150142102
Binary111111011100010110101000101101000011110100011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC554; }

 p { color: rgb(253,197,84); }

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

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

 a { background-color: rgb(253,197,84); }

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

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

 span { border-color: rgb(253,197,84); }

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