Html Css Color HEX #FCC559 Golden Tainoi

📋 copy color: '#FCC559'

red 252 ◦ green 197 ◦ blue 89

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

Shades of Golden Tainoi #FCC559

Tints of Golden Tainoi #FCC559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 16.54%

R = 46.84%
G = 36.62%
B = 16.54%

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

#FCC559 (or 0xFCC559) is known color: Golden Tainoi. HEX triplet: FC, C5 and 59. RGB value is (252,197,89). Sum of RGB (Red+Green+Blue) = 252+197+89=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 89 (35.16% from 255 or 16.54% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC559 is #033AA6. Grayscale: #C9C9C9. Windows color (decimal): -211623 or 5883388. OLE color: 5883388.

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

Color convert

RGB 252 197 89 -
CMYK 0 0.22 0.65 0.01
HSL 39.75º 0.96% 0.67% -
HSV(B) 39.75º 0.65% 0.99% -
XYZ 61.91 61.35 18.03 -
YUV 201.13 64.72 164.28 -
System Red Green Blue C M Y K H S L
Decimal 252 197 89 0 0.22 0.65 0.01 39.75 0.96 0.67
Hex FC C5 59 0 16 41 1 28 60 43
Octal 374 305 131 0 26 101 1 50 140 103
Binary 11111100 11000101 1011001 0 10110 1000001 1 101000 1100000 1000011

Color Harmonies of #FCC559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC559

Black with #FCC559

Text Example


Text Example

White with #FCC559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC559; }

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

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

background-color css

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

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

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

border-color css

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

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

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