#FDC053

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

Shades of Golden Tainoi #FDC053

Tints of Golden Tainoi #FDC053

Color information

#FDC053 (or 0xFDC053) is unknown color: approx Golden Tainoi. HEX triplet: FD, C0 and 53. RGB value is (253,192,83). Sum of RGB (Red+Green+Blue) = 253+192+83=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 83 (32.81% from 255 or 15.72% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC053 is #023FAC. Grayscale: #C6C6C6. Windows color (decimal): -147373 or 5488893. OLE color: 5488893.

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

Color convert

RGB25319283-
CMYK00.240.670.01
HSL38.47º97.7%65.88%-
HSV(B)38.47º67.19%99.22%-
XYZ60.9259.2116.4-
YUV197.8163.21167.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.92%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 83 (32.81% from 255) = 15.72%
R=47.92%
G=36.36%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531928300.240.670.0138.4797.765.88
HexFDC053018431266242
Octal375300123030103146142102
Binary111111011100000010100110110001000011110011011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC053; }

 p { color: rgb(253,192,83); }

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

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

 a { background-color: rgb(253,192,83); }

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

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

 span { border-color: rgb(253,192,83); }

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