Html Css Color HEX #FCC860 Golden Tainoi

📋 copy color: '#FCC860'

red 252 ◦ green 200 ◦ blue 96

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

Shades of Golden Tainoi #FCC860

Tints of Golden Tainoi #FCC860

RGB

 RED value IS 252 (98.83% from 255) = 45.99%

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

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

R = 45.99%
G = 36.5%
B = 17.52%

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

#FCC860 (or 0xFCC860) is known color: Golden Tainoi. HEX triplet: FC, C8 and 60. RGB value is (252,200,96). Sum of RGB (Red+Green+Blue) = 252+200+96=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC860 is #03379F. Grayscale: #CCCCCC. Windows color (decimal): -210848 or 6342908. OLE color: 6342908.

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

Color convert

RGB 252 200 96 -
CMYK 0 0.21 0.62 0.01
HSL 40º 0.96% 0.68% -
HSV(B) 40º 0.62% 0.99% -
XYZ 62.91 62.85 19.88 -
YUV 203.69 67.23 162.46 -
System Red Green Blue C M Y K H S L
Decimal 252 200 96 0 0.21 0.62 0.01 40 0.96 0.68
Hex FC C8 60 0 15 3E 1 28 60 44
Octal 374 310 140 0 25 76 1 50 140 104
Binary 11111100 11001000 1100000 0 10101 111110 1 101000 1100000 1000100

Color Harmonies of #FCC860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC860

Black with #FCC860

Text Example


Text Example

White with #FCC860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC860; }

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

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

background-color css

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

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

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

border-color css

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

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

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