#FDC64F

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

Shades of Golden Tainoi #FDC64F

Tints of Golden Tainoi #FDC64F

Color information

#FDC64F (or 0xFDC64F) is unknown color: approx Golden Tainoi. HEX triplet: FD, C6 and 4F. RGB value is (253,198,79). Sum of RGB (Red+Green+Blue) = 253+198+79=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 79 (31.25% from 255 or 14.91% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC64F is #0239B0. Grayscale: #C9C9C9. Windows color (decimal): -145841 or 5228285. OLE color: 5228285.

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

Color convert

RGB25319879-
CMYK00.220.690.01
HSL41.03º97.75%65.1%-
HSV(B)41.03º68.77%99.22%-
XYZ62.1161.8416.06-
YUV200.8859.22165.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.74%
GREEN value IS 198 (77.73% from 255) = 37.36%
BLUE value IS 79 (31.25% from 255) = 14.91%
R=47.74%
G=37.36%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531987900.220.690.0141.0397.7565.1
HexFDC64F016451296241
Octal375306117026105151142101
Binary111111011100011010011110101101000101110100111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC64F; }

 p { color: rgb(253,198,79); }

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

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

 a { background-color: rgb(253,198,79); }

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

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

 span { border-color: rgb(253,198,79); }

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