#FDC05F

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

Shades of Golden Tainoi #FDC05F

Tints of Golden Tainoi #FDC05F

Color information

#FDC05F (or 0xFDC05F) is unknown color: approx Golden Tainoi. HEX triplet: FD, C0 and 5F. RGB value is (253,192,95). Sum of RGB (Red+Green+Blue) = 253+192+95=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC05F is #023FA0. Grayscale: #C7C7C7. Windows color (decimal): -147361 or 6275325. OLE color: 6275325.

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

Color convert

RGB25319295-
CMYK00.240.620.01
HSL36.84º97.53%68.24%-
HSV(B)36.84º62.45%99.22%-
XYZ61.4259.4119.06-
YUV199.1869.21166.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.85%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 95 (37.5% from 255) = 17.59%
R=46.85%
G=35.56%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531929500.240.620.0136.8497.5368.24
HexFDC05F0183E1256244
Octal37530013703076145142104
Binary11111101110000001011111011000111110110010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC05F; }

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

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

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

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

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

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

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

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