Html Css Color HEX #FCC561 Golden Tainoi

📋 copy color: '#FCC561'

red 252 ◦ green 197 ◦ blue 97

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

Shades of Golden Tainoi #FCC561

Tints of Golden Tainoi #FCC561

RGB

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

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

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

R = 46.15%
G = 36.08%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCC561 (or 0xFCC561) is known color: Golden Tainoi. HEX triplet: FC, C5 and 61. RGB value is (252,197,97). Sum of RGB (Red+Green+Blue) = 252+197+97=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC561 is #033A9E. Grayscale: #CACACA. Windows color (decimal): -211615 or 6407676. OLE color: 6407676.

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

Color convert

RGB 252 197 97 -
CMYK 0 0.22 0.62 0.01
HSL 38.71º 0.96% 0.68% -
HSV(B) 38.71º 0.62% 0.99% -
XYZ 62.27 61.49 19.9 -
YUV 202.05 68.72 163.63 -
System Red Green Blue C M Y K H S L
Decimal 252 197 97 0 0.22 0.62 0.01 38.71 0.96 0.68
Hex FC C5 61 0 16 3E 1 27 60 44
Octal 374 305 141 0 26 76 1 47 140 104
Binary 11111100 11000101 1100001 0 10110 111110 1 100111 1100000 1000100

Color Harmonies of #FCC561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC561

Black with #FCC561

Text Example


Text Example

White with #FCC561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC561; }

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

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

background-color css

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

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

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

border-color css

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

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

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