Html Css Color HEX #FFC64F Golden Tainoi

📋 copy color: '#FFC64F'

red 255 ◦ green 198 ◦ blue 79

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

Shades of Golden Tainoi #FFC64F

Tints of Golden Tainoi #FFC64F

RGB

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

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

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

R = 47.93%
G = 37.22%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFC64F (or 0xFFC64F) is known color: Golden Tainoi. HEX triplet: FF, C6 and 4F. RGB value is (255,198,79). Sum of RGB (Red+Green+Blue) = 255+198+79=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 79 (31.25% from 255 or 14.85% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC64F is #0039B0. Grayscale: #CACACA. Windows color (decimal): -14769 or 5228287. OLE color: 5228287.

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

Color convert

RGB 255 198 79 -
CMYK 0 0.22 0.69 0
HSL 40.57º 1% 0.65% -
HSV(B) 40.57º 0.69% 1% -
XYZ 62.85 62.21 16.09 -
YUV 201.48 58.88 166.18 -
System Red Green Blue C M Y K H S L
Decimal 255 198 79 0 0.22 0.69 0 40.57 1 0.65
Hex FF C6 4F 0 16 45 0 29 64 41
Octal 377 306 117 0 26 105 0 51 144 101
Binary 11111111 11000110 1001111 0 10110 1000101 0 101001 1100100 1000001

Color Harmonies of #FFC64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC64F

Black with #FFC64F

Text Example


Text Example

White with #FFC64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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