Html Css Color HEX #FCC557 Golden Tainoi

📋 copy color: '#FCC557'

red 252 ◦ green 197 ◦ blue 87

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

Shades of Golden Tainoi #FCC557

Tints of Golden Tainoi #FCC557

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.75%

 BLUE value IS 87 (34.38% from 255) = 16.23%

R = 47.01%
G = 36.75%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCC557 (or 0xFCC557) is known color: Golden Tainoi. HEX triplet: FC, C5 and 57. RGB value is (252,197,87). Sum of RGB (Red+Green+Blue) = 252+197+87=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 87 (34.38% from 255 or 16.23% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC557 is #033AA8. Grayscale: #C9C9C9. Windows color (decimal): -211625 or 5752316. OLE color: 5752316.

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

Color convert

RGB 252 197 87 -
CMYK 0 0.22 0.65 0.01
HSL 40º 0.96% 0.66% -
HSV(B) 40º 0.65% 0.99% -
XYZ 61.83 61.32 17.59 -
YUV 200.91 63.72 164.44 -
System Red Green Blue C M Y K H S L
Decimal 252 197 87 0 0.22 0.65 0.01 40 0.96 0.66
Hex FC C5 57 0 16 41 1 28 60 42
Octal 374 305 127 0 26 101 1 50 140 102
Binary 11111100 11000101 1010111 0 10110 1000001 1 101000 1100000 1000010

Color Harmonies of #FCC557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC557

Black with #FCC557

Text Example


Text Example

White with #FCC557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC557; }

 p { color: rgb(252,197,87); }

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

background-color css

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

 a { background-color: rgb(252,197,87); }

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

border-color css

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

 span { border-color: rgb(252,197,87); }

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