Html Css Color HEX #FCC756 Golden Tainoi

📋 copy color: '#FCC756'

red 252 ◦ green 199 ◦ blue 86

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

Shades of Golden Tainoi #FCC756

Tints of Golden Tainoi #FCC756

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.06%

 BLUE value IS 86 (33.98% from 255) = 16.01%

R = 46.93%
G = 37.06%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCC756 (or 0xFCC756) is known color: Golden Tainoi. HEX triplet: FC, C7 and 56. RGB value is (252,199,86). Sum of RGB (Red+Green+Blue) = 252+199+86=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 86 (33.98% from 255 or 16.01% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC756 is #0338A9. Grayscale: #CACACA. Windows color (decimal): -211114 or 5687292. OLE color: 5687292.

HSL color Cylindrical-coordinate representation of color #FCC756: hue angle of 40.84º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCC756 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 199 86 -
CMYK 0 0.21 0.66 0.01
HSL 40.84º 0.97% 0.66% -
HSV(B) 40.84º 0.66% 0.99% -
XYZ 62.25 62.21 17.53 -
YUV 201.97 62.56 163.69 -
System Red Green Blue C M Y K H S L
Decimal 252 199 86 0 0.21 0.66 0.01 40.84 0.97 0.66
Hex FC C7 56 0 15 42 1 29 61 42
Octal 374 307 126 0 25 102 1 51 141 102
Binary 11111100 11000111 1010110 0 10101 1000010 1 101001 1100001 1000010

Color Harmonies of #FCC756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC756

Black with #FCC756

Text Example


Text Example

White with #FCC756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC756; }

 p { color: rgb(252,199,86); }

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

background-color css

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

 a { background-color: rgb(252,199,86); }

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

border-color css

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

 span { border-color: rgb(252,199,86); }

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