Html Css Color HEX #FCC64C Golden Tainoi

📋 copy color: '#FCC64C'

red 252 ◦ green 198 ◦ blue 76

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

Shades of Golden Tainoi #FCC64C

Tints of Golden Tainoi #FCC64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.45%

R = 47.91%
G = 37.64%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCC64C (or 0xFCC64C) is known color: Golden Tainoi. HEX triplet: FC, C6 and 4C. RGB value is (252,198,76). Sum of RGB (Red+Green+Blue) = 252+198+76=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 76 (30.08% from 255 or 14.45% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC64C is #0339B3. Grayscale: #C8C8C8. Windows color (decimal): -211380 or 5031676. OLE color: 5031676.

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

Color convert

RGB 252 198 76 -
CMYK 0 0.21 0.70 0.01
HSL 41.59º 0.97% 0.64% -
HSV(B) 41.59º 0.7% 0.99% -
XYZ 61.64 61.61 15.48 -
YUV 200.24 57.89 164.92 -
System Red Green Blue C M Y K H S L
Decimal 252 198 76 0 0.21 0.70 0.01 41.59 0.97 0.64
Hex FC C6 4C 0 15 46 1 2A 61 40
Octal 374 306 114 0 25 106 1 52 141 100
Binary 11111100 11000110 1001100 0 10101 1000110 1 101010 1100001 1000000

Color Harmonies of #FCC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC64C

Black with #FCC64C

Text Example


Text Example

White with #FCC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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