Html Css Color HEX #FDC560 Golden Tainoi

📋 copy color: '#FDC560'

red 253 ◦ green 197 ◦ blue 96

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

Shades of Golden Tainoi #FDC560

Tints of Golden Tainoi #FDC560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.58%

R = 46.34%
G = 36.08%
B = 17.58%

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

#FDC560 (or 0xFDC560) is known color: Golden Tainoi. HEX triplet: FD, C5 and 60. RGB value is (253,197,96). Sum of RGB (Red+Green+Blue) = 253+197+96=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC560 is #023A9F. Grayscale: #CACACA. Windows color (decimal): -146080 or 6342141. OLE color: 6342141.

HSL color Cylindrical-coordinate representation of color #FDC560: hue angle of 38.6º 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 #FDC560 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 197 96 -
CMYK 0 0.22 0.62 0.01
HSL 38.6º 0.98% 0.68% -
HSV(B) 38.6º 0.62% 0.99% -
XYZ 62.59 61.66 19.67 -
YUV 202.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 253 197 96 0 0.22 0.62 0.01 38.6 0.98 0.68
Hex FD C5 60 0 16 3E 1 27 62 44
Octal 375 305 140 0 26 76 1 47 142 104
Binary 11111101 11000101 1100000 0 10110 111110 1 100111 1100010 1000100

Color Harmonies of #FDC560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC560

Black with #FDC560

Text Example


Text Example

White with #FDC560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC560; }

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

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

background-color css

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

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

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

border-color css

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

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

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