Html Css Color HEX #FAC64A Golden Tainoi

📋 copy color: '#FAC64A'

red 250 ◦ green 198 ◦ blue 74

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

Shades of Golden Tainoi #FAC64A

Tints of Golden Tainoi #FAC64A

RGB

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

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

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

R = 47.89%
G = 37.93%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAC64A (or 0xFAC64A) is known color: Golden Tainoi. HEX triplet: FA, C6 and 4A. RGB value is (250,198,74). Sum of RGB (Red+Green+Blue) = 250+198+74=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC64A is #0539B5. Grayscale: #C7C7C7. Windows color (decimal): -342454 or 4900602. OLE color: 4900602.

HSL color Cylindrical-coordinate representation of color #FAC64A: hue angle of 42.27º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAC64A is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 74 -
CMYK 0 0.21 0.70 0.02
HSL 42.27º 0.95% 0.64% -
HSV(B) 42.27º 0.7% 0.98% -
XYZ 60.85 61.21 15.09 -
YUV 199.41 57.23 164.08 -
System Red Green Blue C M Y K H S L
Decimal 250 198 74 0 0.21 0.70 0.02 42.27 0.95 0.64
Hex FA C6 4A 0 15 46 2 2A 5F 40
Octal 372 306 112 0 25 106 2 52 137 100
Binary 11111010 11000110 1001010 0 10101 1000110 10 101010 1011111 1000000

Color Harmonies of #FAC64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC64A

Black with #FAC64A

Text Example


Text Example

White with #FAC64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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