Html Css Color HEX #FAC64F Golden Tainoi

📋 copy color: '#FAC64F'

red 250 ◦ green 198 ◦ blue 79

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

Shades of Golden Tainoi #FAC64F

Tints of Golden Tainoi #FAC64F

RGB

 RED value IS 250 (98.05% from 255) = 47.44%

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

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

R = 47.44%
G = 37.57%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAC64F (or 0xFAC64F) is known color: Golden Tainoi. HEX triplet: FA, C6 and 4F. RGB value is (250,198,79). Sum of RGB (Red+Green+Blue) = 250+198+79=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 79 (31.25% from 255 or 14.99% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC64F is #0539B0. Grayscale: #C8C8C8. Windows color (decimal): -342449 or 5228282. OLE color: 5228282.

HSL color Cylindrical-coordinate representation of color #FAC64F: hue angle of 41.75º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAC64F is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 79 -
CMYK 0 0.21 0.68 0.02
HSL 41.75º 0.94% 0.65% -
HSV(B) 41.75º 0.68% 0.98% -
XYZ 61.03 61.28 16.01 -
YUV 199.98 59.73 163.68 -
System Red Green Blue C M Y K H S L
Decimal 250 198 79 0 0.21 0.68 0.02 41.75 0.94 0.65
Hex FA C6 4F 0 15 44 2 2A 5E 41
Octal 372 306 117 0 25 104 2 52 136 101
Binary 11111010 11000110 1001111 0 10101 1000100 10 101010 1011110 1000001

Color Harmonies of #FAC64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC64F

Black with #FAC64F

Text Example


Text Example

White with #FAC64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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