#FDC947

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

Shades of Golden Tainoi #FDC947

Tints of Golden Tainoi #FDC947

Color information

#FDC947 (or 0xFDC947) is unknown color: approx Golden Tainoi. HEX triplet: FD, C9 and 47. RGB value is (253,201,71). Sum of RGB (Red+Green+Blue) = 253+201+71=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 71 (28.12% from 255 or 13.52% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC947 is #0236B8. Grayscale: #CACACA. Windows color (decimal): -145081 or 4704765. OLE color: 4704765.

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

Color convert

RGB25320171-
CMYK00.210.720.01
HSL42.86º97.85%63.53%-
HSV(B)42.86º71.94%99.22%-
XYZ62.5363.1114.85-
YUV201.7354.23164.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.19%
GREEN value IS 201 (78.91% from 255) = 38.29%
BLUE value IS 71 (28.12% from 255) = 13.52%
R=48.19%
G=38.29%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532017100.210.720.0142.8697.8563.53
HexFDC9470154812b6240
Octal375311107025110153142100
Binary111111011100100110001110101011001000110101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC947; }

 p { color: rgb(253,201,71); }

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

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

 a { background-color: rgb(253,201,71); }

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

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

 span { border-color: rgb(253,201,71); }

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