Html Css Color HEX #FDC660 Golden Tainoi

📋 copy color: '#FDC660'

red 253 ◦ green 198 ◦ blue 96

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

Shades of Golden Tainoi #FDC660

Tints of Golden Tainoi #FDC660

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.2%

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

R = 46.25%
G = 36.2%
B = 17.55%

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

#FDC660 (or 0xFDC660) is known color: Golden Tainoi. HEX triplet: FD, C6 and 60. RGB value is (253,198,96). Sum of RGB (Red+Green+Blue) = 253+198+96=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 96 (37.89% from 255 or 17.55% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC660 is #02399F. Grayscale: #CBCBCB. Windows color (decimal): -145824 or 6342397. OLE color: 6342397.

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

Color convert

RGB 253 198 96 -
CMYK 0 0.22 0.62 0.01
HSL 38.98º 0.98% 0.68% -
HSV(B) 38.98º 0.62% 0.99% -
XYZ 62.81 62.12 19.75 -
YUV 202.82 67.72 163.79 -
System Red Green Blue C M Y K H S L
Decimal 253 198 96 0 0.22 0.62 0.01 38.98 0.98 0.68
Hex FD C6 60 0 16 3E 1 27 62 44
Octal 375 306 140 0 26 76 1 47 142 104
Binary 11111101 11000110 1100000 0 10110 111110 1 100111 1100010 1000100

Color Harmonies of #FDC660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC660

Black with #FDC660

Text Example


Text Example

White with #FDC660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC660; }

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

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

background-color css

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

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

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

border-color css

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

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

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