#FDC454

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

Shades of Golden Tainoi #FDC454

Tints of Golden Tainoi #FDC454

Color information

#FDC454 (or 0xFDC454) is unknown color: approx Golden Tainoi. HEX triplet: FD, C4 and 54. RGB value is (253,196,84). Sum of RGB (Red+Green+Blue) = 253+196+84=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC454 is #023BAB. Grayscale: #C8C8C8. Windows color (decimal): -146348 or 5555453. OLE color: 5555453.

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

Color convert

RGB25319684-
CMYK00.230.670.01
HSL39.76º97.69%66.08%-
HSV(B)39.76º66.8%99.22%-
XYZ61.856116.9-
YUV200.2762.38165.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.47%
GREEN value IS 196 (76.95% from 255) = 36.77%
BLUE value IS 84 (33.20% from 255) = 15.76%
R=47.47%
G=36.77%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531968400.230.670.0139.7697.6966.08
HexFDC454017431286242
Octal375304124027103150142102
Binary111111011100010010101000101111000011110100011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC454; }

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

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

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

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

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

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

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

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