Html Css Color HEX #FCC156 Golden Tainoi

📋 copy color: '#FCC156'

red 252 ◦ green 193 ◦ blue 86

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

Shades of Golden Tainoi #FCC156

Tints of Golden Tainoi #FCC156

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.35%

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

R = 47.46%
G = 36.35%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCC156 (or 0xFCC156) is known color: Golden Tainoi. HEX triplet: FC, C1 and 56. RGB value is (252,193,86). Sum of RGB (Red+Green+Blue) = 252+193+86=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 86 (33.98% from 255 or 16.20% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC156 is #033EA9. Grayscale: #C6C6C6. Windows color (decimal): -212650 or 5685756. OLE color: 5685756.

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

Color convert

RGB 252 193 86 -
CMYK 0 0.23 0.66 0.01
HSL 38.67º 0.97% 0.66% -
HSV(B) 38.67º 0.66% 0.99% -
XYZ 60.89 59.51 17.08 -
YUV 198.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 252 193 86 0 0.23 0.66 0.01 38.67 0.97 0.66
Hex FC C1 56 0 17 42 1 27 61 42
Octal 374 301 126 0 27 102 1 47 141 102
Binary 11111100 11000001 1010110 0 10111 1000010 1 100111 1100001 1000010

Color Harmonies of #FCC156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC156

Black with #FCC156

Text Example


Text Example

White with #FCC156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC156; }

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

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

background-color css

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

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

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

border-color css

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

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

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