Html Css Color HEX #FCC861 Golden Tainoi

📋 copy color: '#FCC861'

red 252 ◦ green 200 ◦ blue 97

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

Shades of Golden Tainoi #FCC861

Tints of Golden Tainoi #FCC861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.67%

R = 45.9%
G = 36.43%
B = 17.67%

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

#FCC861 (or 0xFCC861) is known color: Golden Tainoi. HEX triplet: FC, C8 and 61. RGB value is (252,200,97). Sum of RGB (Red+Green+Blue) = 252+200+97=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC861 is #03379E. Grayscale: #CCCCCC. Windows color (decimal): -210847 or 6408444. OLE color: 6408444.

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

Color convert

RGB 252 200 97 -
CMYK 0 0.21 0.62 0.01
HSL 39.87º 0.96% 0.68% -
HSV(B) 39.87º 0.62% 0.99% -
XYZ 62.96 62.87 20.13 -
YUV 203.81 67.73 162.38 -
System Red Green Blue C M Y K H S L
Decimal 252 200 97 0 0.21 0.62 0.01 39.87 0.96 0.68
Hex FC C8 61 0 15 3E 1 28 60 44
Octal 374 310 141 0 25 76 1 50 140 104
Binary 11111100 11001000 1100001 0 10101 111110 1 101000 1100000 1000100

Color Harmonies of #FCC861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC861

Black with #FCC861

Text Example


Text Example

White with #FCC861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC861; }

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

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

background-color css

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

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

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

border-color css

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

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

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