Html Css Color HEX #FAC386 Cherokee

📋 copy color: '#FAC386'

red 250 ◦ green 195 ◦ blue 134

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

Shades of Cherokee #FAC386

Tints of Cherokee #FAC386

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.68%

 BLUE value IS 134 (52.73% from 255) = 23.14%

R = 43.18%
G = 33.68%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FAC386 (or 0xFAC386) is known color: Cherokee. HEX triplet: FA, C3 and 86. RGB value is (250,195,134). Sum of RGB (Red+Green+Blue) = 250+195+134=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC386 is #053C79. Grayscale: #CCCCCC. Windows color (decimal): -343162 or 8831994. OLE color: 8831994.

HSL color Cylindrical-coordinate representation of color #FAC386: hue angle of 31.55º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAC386 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 195 134 -
CMYK 0 0.22 0.46 0.02
HSL 31.55º 0.92% 0.75% -
HSV(B) 31.55º 0.46% 0.98% -
XYZ 63.24 61.08 31.01 -
YUV 204.49 88.22 160.46 -
System Red Green Blue C M Y K H S L
Decimal 250 195 134 0 0.22 0.46 0.02 31.55 0.92 0.75
Hex FA C3 86 0 16 2E 2 20 5C 4B
Octal 372 303 206 0 26 56 2 40 134 113
Binary 11111010 11000011 10000110 0 10110 101110 10 100000 1011100 1001011

Color Harmonies of #FAC386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC386

Black with #FAC386

Text Example


Text Example

White with #FAC386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC386; }

 p { color: rgb(250,195,134); }

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

background-color css

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

 a { background-color: rgb(250,195,134); }

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

border-color css

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

 span { border-color: rgb(250,195,134); }

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