Html Css Color HEX #FAC543 Golden Tainoi

📋 copy color: '#FAC543'

red 250 ◦ green 197 ◦ blue 67

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

Shades of Golden Tainoi #FAC543

Tints of Golden Tainoi #FAC543

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.33%

 BLUE value IS 67 (26.56% from 255) = 13.04%

R = 48.64%
G = 38.33%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAC543 (or 0xFAC543) is known color: Golden Tainoi. HEX triplet: FA, C5 and 43. RGB value is (250,197,67). Sum of RGB (Red+Green+Blue) = 250+197+67=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 67 (26.56% from 255 or 13.04% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC543 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC543 is #053ABC. Grayscale: #C6C6C6. Windows color (decimal): -342717 or 4441594. OLE color: 4441594.

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

Color convert

RGB 250 197 67 -
CMYK 0 0.21 0.73 0.02
HSL 42.62º 0.95% 0.62% -
HSV(B) 42.62º 0.73% 0.98% -
XYZ 60.4 60.66 13.84 -
YUV 198.03 54.06 165.07 -
System Red Green Blue C M Y K H S L
Decimal 250 197 67 0 0.21 0.73 0.02 42.62 0.95 0.62
Hex FA C5 43 0 15 49 2 2B 5F 3E
Octal 372 305 103 0 25 111 2 53 137 76
Binary 11111010 11000101 1000011 0 10101 1001001 10 101011 1011111 111110

Color Harmonies of #FAC543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC543

Black with #FAC543

Text Example


Text Example

White with #FAC543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC543; }

 p { color: rgb(250,197,67); }

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

background-color css

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

 a { background-color: rgb(250,197,67); }

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

border-color css

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

 span { border-color: rgb(250,197,67); }

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