Html Css Color HEX #FCC647 Golden Tainoi

📋 copy color: '#FCC647'

red 252 ◦ green 198 ◦ blue 71

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

Shades of Golden Tainoi #FCC647

Tints of Golden Tainoi #FCC647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.63%

R = 48.37%
G = 38%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCC647 (or 0xFCC647) is known color: Golden Tainoi. HEX triplet: FC, C6 and 47. RGB value is (252,198,71). Sum of RGB (Red+Green+Blue) = 252+198+71=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 71 (28.12% from 255 or 13.63% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC647 is #0339B8. Grayscale: #C8C8C8. Windows color (decimal): -211385 or 4703996. OLE color: 4703996.

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

Color convert

RGB 252 198 71 -
CMYK 0 0.21 0.72 0.01
HSL 42.1º 0.97% 0.63% -
HSV(B) 42.1º 0.72% 0.99% -
XYZ 61.48 61.54 14.6 -
YUV 199.67 55.39 165.33 -
System Red Green Blue C M Y K H S L
Decimal 252 198 71 0 0.21 0.72 0.01 42.1 0.97 0.63
Hex FC C6 47 0 15 48 1 2A 61 3F
Octal 374 306 107 0 25 110 1 52 141 77
Binary 11111100 11000110 1000111 0 10101 1001000 1 101010 1100001 111111

Color Harmonies of #FCC647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC647

Black with #FCC647

Text Example


Text Example

White with #FCC647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC647; }

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

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

background-color css

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

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

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

border-color css

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

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

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