Html Css Color HEX #FDC947 Golden Tainoi

📋 copy color: '#FDC947'

red 253 ◦ green 201 ◦ blue 71

#FDC947
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Tainoi #FDC947

Tints of Golden Tainoi #FDC947

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.13% from 255) = 13.52%

R = 48.19%
G = 38.29%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDC947 (or 0xFDC947) is known color: 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

RGB 253 201 71 -
CMYK 0 0.21 0.72 0.01
HSL 42.86º 0.98% 0.64% -
HSV(B) 42.86º 0.72% 0.99% -
XYZ 62.53 63.11 14.85 -
YUV 201.73 54.23 164.57 -
System Red Green Blue C M Y K H S L
Decimal 253 201 71 0 0.21 0.72 0.01 42.86 0.98 0.64
Hex FD C9 47 0 15 48 1 2B 62 40
Octal 375 311 107 0 25 110 1 53 142 100
Binary 11111101 11001001 1000111 0 10101 1001000 1 101011 1100010 1000000

Color Harmonies of #FDC947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC947

Black with #FDC947

Text Example


Text Example

White with #FDC947

Text Example


Text Example

HTML Codes & Css Web 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>