Html Css Color HEX #FFC64C Golden Tainoi

📋 copy color: '#FFC64C'

red 255 ◦ green 198 ◦ blue 76

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

Shades of Golden Tainoi #FFC64C

Tints of Golden Tainoi #FFC64C

RGB

 RED value IS 255 (100% from 255) = 48.2%

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

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

R = 48.2%
G = 37.43%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFC64C (or 0xFFC64C) is known color: Golden Tainoi. HEX triplet: FF, C6 and 4C. RGB value is (255,198,76). Sum of RGB (Red+Green+Blue) = 255+198+76=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 76 (30.08% from 255 or 14.37% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC64C is #0039B3. Grayscale: #C9C9C9. Windows color (decimal): -14772 or 5031679. OLE color: 5031679.

HSL color Cylindrical-coordinate representation of color #FFC64C: hue angle of 40.89º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFC64C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 255 198 76 -
CMYK 0 0.22 0.70 0
HSL 40.89º 1% 0.65% -
HSV(B) 40.89º 0.7% 1% -
XYZ 62.74 62.17 15.53 -
YUV 201.14 57.38 166.42 -
System Red Green Blue C M Y K H S L
Decimal 255 198 76 0 0.22 0.70 0 40.89 1 0.65
Hex FF C6 4C 0 16 46 0 29 64 41
Octal 377 306 114 0 26 106 0 51 144 101
Binary 11111111 11000110 1001100 0 10110 1000110 0 101001 1100100 1000001

Color Harmonies of #FFC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC64C

Black with #FFC64C

Text Example


Text Example

White with #FFC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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