#FDC463

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

Shades of Golden Tainoi #FDC463

Tints of Golden Tainoi #FDC463

Color information

#FDC463 (or 0xFDC463) is unknown color: approx Golden Tainoi. HEX triplet: FD, C4 and 63. RGB value is (253,196,99). Sum of RGB (Red+Green+Blue) = 253+196+99=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 99 (39.06% from 255 or 18.07% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC463 is #023B9C. Grayscale: #CACACA. Windows color (decimal): -146333 or 6538493. OLE color: 6538493.

HSL color Cylindrical-coordinate representation of color #FDC463: hue angle of 37.79º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDC463 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB25319699-
CMYK00.230.610.01
HSL37.79º97.47%69.02%-
HSV(B)37.79º60.87%99.22%-
XYZ62.561.2620.34-
YUV201.9869.88164.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.17%
GREEN value IS 196 (76.95% from 255) = 35.77%
BLUE value IS 99 (39.06% from 255) = 18.07%
R=46.17%
G=35.77%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531969900.230.610.0137.7997.4769.02
HexFDC4630173D1266145
Octal37530414302775146141105
Binary11111101110001001100011010111111101110011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC463; }

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

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

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

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

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

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

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

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