Html Css Color HEX #FCC946 Golden Tainoi

📋 copy color: '#FCC946'

red 252 ◦ green 201 ◦ blue 70

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

Shades of Golden Tainoi #FCC946

Tints of Golden Tainoi #FCC946

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.43%

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

R = 48.18%
G = 38.43%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCC946 (or 0xFCC946) is known color: Golden Tainoi. HEX triplet: FC, C9 and 46. RGB value is (252,201,70). Sum of RGB (Red+Green+Blue) = 252+201+70=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 70 (27.73% from 255 or 13.38% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC946 is #0336B9. Grayscale: #C9C9C9. Windows color (decimal): -210618 or 4639228. OLE color: 4639228.

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

Color convert

RGB 252 201 70 -
CMYK 0 0.20 0.72 0.01
HSL 43.19º 0.97% 0.63% -
HSV(B) 43.19º 0.72% 0.99% -
XYZ 62.14 62.91 14.66 -
YUV 201.32 53.9 164.15 -
System Red Green Blue C M Y K H S L
Decimal 252 201 70 0 0.20 0.72 0.01 43.19 0.97 0.63
Hex FC C9 46 0 14 48 1 2B 61 3F
Octal 374 311 106 0 24 110 1 53 141 77
Binary 11111100 11001001 1000110 0 10100 1001000 1 101011 1100001 111111

Color Harmonies of #FCC946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC946

Black with #FCC946

Text Example


Text Example

White with #FCC946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC946; }

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

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

background-color css

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

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

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

border-color css

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

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

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