Html Css Color HEX #FDC561 Golden Tainoi

📋 copy color: '#FDC561'

red 253 ◦ green 197 ◦ blue 97

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

Shades of Golden Tainoi #FDC561

Tints of Golden Tainoi #FDC561

RGB

 RED value IS 253 (99.22% from 255) = 46.25%

 GREEN value IS 197 (77.34% from 255) = 36.01%

 BLUE value IS 97 (38.28% from 255) = 17.73%

R = 46.25%
G = 36.01%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDC561 (or 0xFDC561) is known color: Golden Tainoi. HEX triplet: FD, C5 and 61. RGB value is (253,197,97). Sum of RGB (Red+Green+Blue) = 253+197+97=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 97 (38.28% from 255 or 17.73% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC561 is #023A9E. Grayscale: #CACACA. Windows color (decimal): -146079 or 6407677. OLE color: 6407677.

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

Color convert

RGB 253 197 97 -
CMYK 0 0.22 0.62 0.01
HSL 38.46º 0.98% 0.69% -
HSV(B) 38.46º 0.62% 0.99% -
XYZ 62.63 61.68 19.91 -
YUV 202.34 68.55 164.13 -
System Red Green Blue C M Y K H S L
Decimal 253 197 97 0 0.22 0.62 0.01 38.46 0.98 0.69
Hex FD C5 61 0 16 3E 1 26 62 45
Octal 375 305 141 0 26 76 1 46 142 105
Binary 11111101 11000101 1100001 0 10110 111110 1 100110 1100010 1000101

Color Harmonies of #FDC561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC561

Black with #FDC561

Text Example


Text Example

White with #FDC561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC561; }

 p { color: rgb(253,197,97); }

 H1.HeaderClassName
 {
   color: #FDC561;
 }
 .AnyTagClassName
 {
   color: #FDC561;
 }
</style>

background-color css

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

 a { background-color: rgb(253,197,97); }

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

border-color css

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

 span { border-color: rgb(253,197,97); }

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