Html Css Color HEX #FCC346 Golden Tainoi

📋 copy color: '#FCC346'

red 252 ◦ green 195 ◦ blue 70

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

Shades of Golden Tainoi #FCC346

Tints of Golden Tainoi #FCC346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.72%

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

R = 48.74%
G = 37.72%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCC346 (or 0xFCC346) is known color: Golden Tainoi. HEX triplet: FC, C3 and 46. RGB value is (252,195,70). Sum of RGB (Red+Green+Blue) = 252+195+70=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 70 (27.73% from 255 or 13.54% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC346 is #033CB9. Grayscale: #C6C6C6. Windows color (decimal): -212154 or 4637692. OLE color: 4637692.

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

Color convert

RGB 252 195 70 -
CMYK 0 0.23 0.72 0.01
HSL 41.21º 0.97% 0.63% -
HSV(B) 41.21º 0.72% 0.99% -
XYZ 60.77 60.17 14.21 -
YUV 197.79 55.88 166.66 -
System Red Green Blue C M Y K H S L
Decimal 252 195 70 0 0.23 0.72 0.01 41.21 0.97 0.63
Hex FC C3 46 0 17 48 1 29 61 3F
Octal 374 303 106 0 27 110 1 51 141 77
Binary 11111100 11000011 1000110 0 10111 1001000 1 101001 1100001 111111

Color Harmonies of #FCC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC346

Black with #FCC346

Text Example


Text Example

White with #FCC346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC346; }

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

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

background-color css

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

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

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

border-color css

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

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

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