Html Css Color HEX #FCC649 Golden Tainoi

📋 copy color: '#FCC649'

red 252 ◦ green 198 ◦ blue 73

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

Shades of Golden Tainoi #FCC649

Tints of Golden Tainoi #FCC649

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.86%

 BLUE value IS 73 (28.91% from 255) = 13.96%

R = 48.18%
G = 37.86%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCC649 (or 0xFCC649) is known color: Golden Tainoi. HEX triplet: FC, C6 and 49. RGB value is (252,198,73). Sum of RGB (Red+Green+Blue) = 252+198+73=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC649 is #0339B6. Grayscale: #C8C8C8. Windows color (decimal): -211383 or 4835068. OLE color: 4835068.

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

Color convert

RGB 252 198 73 -
CMYK 0 0.21 0.71 0.01
HSL 41.9º 0.97% 0.64% -
HSV(B) 41.9º 0.71% 0.99% -
XYZ 61.54 61.56 14.94 -
YUV 199.9 56.39 165.16 -
System Red Green Blue C M Y K H S L
Decimal 252 198 73 0 0.21 0.71 0.01 41.9 0.97 0.64
Hex FC C6 49 0 15 47 1 2A 61 40
Octal 374 306 111 0 25 107 1 52 141 100
Binary 11111100 11000110 1001001 0 10101 1000111 1 101010 1100001 1000000

Color Harmonies of #FCC649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC649

Black with #FCC649

Text Example


Text Example

White with #FCC649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC649; }

 p { color: rgb(252,198,73); }

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

background-color css

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

 a { background-color: rgb(252,198,73); }

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

border-color css

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

 span { border-color: rgb(252,198,73); }

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