Html Css Color HEX #FCC64F Golden Tainoi

📋 copy color: '#FCC64F'

red 252 ◦ green 198 ◦ blue 79

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

Shades of Golden Tainoi #FCC64F

Tints of Golden Tainoi #FCC64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.93%

R = 47.64%
G = 37.43%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCC64F (or 0xFCC64F) is known color: Golden Tainoi. HEX triplet: FC, C6 and 4F. RGB value is (252,198,79). Sum of RGB (Red+Green+Blue) = 252+198+79=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC64F is #0339B0. Grayscale: #C9C9C9. Windows color (decimal): -211377 or 5228284. OLE color: 5228284.

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

Color convert

RGB 252 198 79 -
CMYK 0 0.21 0.69 0.01
HSL 41.27º 0.97% 0.65% -
HSV(B) 41.27º 0.69% 0.99% -
XYZ 61.75 61.65 16.04 -
YUV 200.58 59.39 164.68 -
System Red Green Blue C M Y K H S L
Decimal 252 198 79 0 0.21 0.69 0.01 41.27 0.97 0.65
Hex FC C6 4F 0 15 45 1 29 61 41
Octal 374 306 117 0 25 105 1 51 141 101
Binary 11111100 11000110 1001111 0 10101 1000101 1 101001 1100001 1000001

Color Harmonies of #FCC64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC64F

Black with #FCC64F

Text Example


Text Example

White with #FCC64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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