Html Css Color HEX #FDC563 Golden Tainoi

📋 copy color: '#FDC563'

red 253 ◦ green 197 ◦ blue 99

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

Shades of Golden Tainoi #FDC563

Tints of Golden Tainoi #FDC563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.03%

R = 46.08%
G = 35.88%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDC563 (or 0xFDC563) is known color: Golden Tainoi. HEX triplet: FD, C5 and 63. RGB value is (253,197,99). Sum of RGB (Red+Green+Blue) = 253+197+99=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC563 is #023A9C. Grayscale: #CBCBCB. Windows color (decimal): -146077 or 6538749. OLE color: 6538749.

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

Color convert

RGB 253 197 99 -
CMYK 0 0.22 0.61 0.01
HSL 38.18º 0.97% 0.69% -
HSV(B) 38.18º 0.61% 0.99% -
XYZ 62.73 61.72 20.41 -
YUV 202.57 69.55 163.97 -
System Red Green Blue C M Y K H S L
Decimal 253 197 99 0 0.22 0.61 0.01 38.18 0.97 0.69
Hex FD C5 63 0 16 3D 1 26 61 45
Octal 375 305 143 0 26 75 1 46 141 105
Binary 11111101 11000101 1100011 0 10110 111101 1 100110 1100001 1000101

Color Harmonies of #FDC563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC563

Black with #FDC563

Text Example


Text Example

White with #FDC563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC563; }

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

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

background-color css

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

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

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

border-color css

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

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

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