Html Css Color HEX #FCC546 Golden Tainoi

📋 copy color: '#FCC546'

red 252 ◦ green 197 ◦ blue 70

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

Shades of Golden Tainoi #FCC546

Tints of Golden Tainoi #FCC546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.49%

R = 48.55%
G = 37.96%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCC546 (or 0xFCC546) is known color: Golden Tainoi. HEX triplet: FC, C5 and 46. RGB value is (252,197,70). Sum of RGB (Red+Green+Blue) = 252+197+70=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC546 is #033AB9. Grayscale: #C7C7C7. Windows color (decimal): -211642 or 4638204. OLE color: 4638204.

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

Color convert

RGB 252 197 70 -
CMYK 0 0.22 0.72 0.01
HSL 41.87º 0.97% 0.63% -
HSV(B) 41.87º 0.72% 0.99% -
XYZ 61.22 61.07 14.36 -
YUV 198.97 55.22 165.83 -
System Red Green Blue C M Y K H S L
Decimal 252 197 70 0 0.22 0.72 0.01 41.87 0.97 0.63
Hex FC C5 46 0 16 48 1 2A 61 3F
Octal 374 305 106 0 26 110 1 52 141 77
Binary 11111100 11000101 1000110 0 10110 1001000 1 101010 1100001 111111

Color Harmonies of #FCC546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC546

Black with #FCC546

Text Example


Text Example

White with #FCC546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC546; }

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

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

background-color css

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

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

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

border-color css

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

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

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