Html Css Color HEX #FAC643 Golden Tainoi

📋 copy color: '#FAC643'

red 250 ◦ green 198 ◦ blue 67

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

Shades of Golden Tainoi #FAC643

Tints of Golden Tainoi #FAC643

RGB

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

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

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

R = 48.54%
G = 38.45%
B = 13.01%

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

#FAC643 (or 0xFAC643) is known color: Golden Tainoi. HEX triplet: FA, C6 and 43. RGB value is (250,198,67). Sum of RGB (Red+Green+Blue) = 250+198+67=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 67 (26.56% from 255 or 13.01% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC643 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC643 is #0539BC. Grayscale: #C7C7C7. Windows color (decimal): -342461 or 4441850. OLE color: 4441850.

HSL color Cylindrical-coordinate representation of color #FAC643: hue angle of 42.95º 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 #FAC643 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 67 -
CMYK 0 0.21 0.73 0.02
HSL 42.95º 0.95% 0.62% -
HSV(B) 42.95º 0.73% 0.98% -
XYZ 60.63 61.12 13.91 -
YUV 198.61 53.73 164.65 -
System Red Green Blue C M Y K H S L
Decimal 250 198 67 0 0.21 0.73 0.02 42.95 0.95 0.62
Hex FA C6 43 0 15 49 2 2B 5F 3E
Octal 372 306 103 0 25 111 2 53 137 76
Binary 11111010 11000110 1000011 0 10101 1001001 10 101011 1011111 111110

Color Harmonies of #FAC643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC643

Black with #FAC643

Text Example


Text Example

White with #FAC643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC643; }

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

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

background-color css

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

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

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

border-color css

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

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

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