Html Css Color HEX #FAC647 Golden Tainoi

📋 copy color: '#FAC647'

red 250 ◦ green 198 ◦ blue 71

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

Shades of Golden Tainoi #FAC647

Tints of Golden Tainoi #FAC647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.68%

R = 48.17%
G = 38.15%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAC647 (or 0xFAC647) is known color: Golden Tainoi. HEX triplet: FA, C6 and 47. RGB value is (250,198,71). Sum of RGB (Red+Green+Blue) = 250+198+71=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 71 (28.12% from 255 or 13.68% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC647 is #0539B8. Grayscale: #C7C7C7. Windows color (decimal): -342457 or 4703994. OLE color: 4703994.

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

Color convert

RGB 250 198 71 -
CMYK 0 0.21 0.72 0.02
HSL 42.57º 0.95% 0.63% -
HSV(B) 42.57º 0.72% 0.98% -
XYZ 60.76 61.17 14.57 -
YUV 199.07 55.73 164.33 -
System Red Green Blue C M Y K H S L
Decimal 250 198 71 0 0.21 0.72 0.02 42.57 0.95 0.63
Hex FA C6 47 0 15 48 2 2B 5F 3F
Octal 372 306 107 0 25 110 2 53 137 77
Binary 11111010 11000110 1000111 0 10101 1001000 10 101011 1011111 111111

Color Harmonies of #FAC647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC647

Black with #FAC647

Text Example


Text Example

White with #FAC647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC647; }

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

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

background-color css

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

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

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

border-color css

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

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

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