Html Css Color HEX #FDC860 Golden Tainoi

📋 copy color: '#FDC860'

red 253 ◦ green 200 ◦ blue 96

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

Shades of Golden Tainoi #FDC860

Tints of Golden Tainoi #FDC860

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.43%

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

R = 46.08%
G = 36.43%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDC860 (or 0xFDC860) is known color: Golden Tainoi. HEX triplet: FD, C8 and 60. RGB value is (253,200,96). Sum of RGB (Red+Green+Blue) = 253+200+96=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC860 is #02379F. Grayscale: #CCCCCC. Windows color (decimal): -145312 or 6342909. OLE color: 6342909.

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

Color convert

RGB 253 200 96 -
CMYK 0 0.21 0.62 0.01
HSL 39.75º 0.98% 0.68% -
HSV(B) 39.75º 0.62% 0.99% -
XYZ 63.27 63.04 19.9 -
YUV 203.99 67.06 162.96 -
System Red Green Blue C M Y K H S L
Decimal 253 200 96 0 0.21 0.62 0.01 39.75 0.98 0.68
Hex FD C8 60 0 15 3E 1 28 62 44
Octal 375 310 140 0 25 76 1 50 142 104
Binary 11111101 11001000 1100000 0 10101 111110 1 101000 1100010 1000100

Color Harmonies of #FDC860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC860

Black with #FDC860

Text Example


Text Example

White with #FDC860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC860; }

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

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

background-color css

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

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

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

border-color css

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

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

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