Html Css Color HEX #FCC64A Golden Tainoi

📋 copy color: '#FCC64A'

red 252 ◦ green 198 ◦ blue 74

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

Shades of Golden Tainoi #FCC64A

Tints of Golden Tainoi #FCC64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.12%

R = 48.09%
G = 37.79%
B = 14.12%

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

#FCC64A (or 0xFCC64A) is known color: Golden Tainoi. HEX triplet: FC, C6 and 4A. RGB value is (252,198,74). Sum of RGB (Red+Green+Blue) = 252+198+74=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC64A is #0339B5. Grayscale: #C8C8C8. Windows color (decimal): -211382 or 4900604. OLE color: 4900604.

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

Color convert

RGB 252 198 74 -
CMYK 0 0.21 0.71 0.01
HSL 41.8º 0.97% 0.64% -
HSV(B) 41.8º 0.71% 0.99% -
XYZ 61.58 61.58 15.12 -
YUV 200.01 56.89 165.08 -
System Red Green Blue C M Y K H S L
Decimal 252 198 74 0 0.21 0.71 0.01 41.8 0.97 0.64
Hex FC C6 4A 0 15 47 1 2A 61 40
Octal 374 306 112 0 25 107 1 52 141 100
Binary 11111100 11000110 1001010 0 10101 1000111 1 101010 1100001 1000000

Color Harmonies of #FCC64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC64A

Black with #FCC64A

Text Example


Text Example

White with #FCC64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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