Html Css Color HEX #FAC786 Cherokee

📋 copy color: '#FAC786'

red 250 ◦ green 199 ◦ blue 134

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

Shades of Cherokee #FAC786

Tints of Cherokee #FAC786

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.13%

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

R = 42.88%
G = 34.13%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FAC786 (or 0xFAC786) is known color: Cherokee. HEX triplet: FA, C7 and 86. RGB value is (250,199,134). Sum of RGB (Red+Green+Blue) = 250+199+134=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 199 (78.12% from 255 or 34.13% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC786 is #053879. Grayscale: #CFCFCF. Windows color (decimal): -342138 or 8833018. OLE color: 8833018.

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

Color convert

RGB 250 199 134 -
CMYK 0 0.20 0.46 0.02
HSL 33.62º 0.92% 0.75% -
HSV(B) 33.62º 0.46% 0.98% -
XYZ 64.15 62.89 31.31 -
YUV 206.84 86.9 158.79 -
System Red Green Blue C M Y K H S L
Decimal 250 199 134 0 0.20 0.46 0.02 33.62 0.92 0.75
Hex FA C7 86 0 14 2E 2 22 5C 4B
Octal 372 307 206 0 24 56 2 42 134 113
Binary 11111010 11000111 10000110 0 10100 101110 10 100010 1011100 1001011

Color Harmonies of #FAC786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC786

Black with #FAC786

Text Example


Text Example

White with #FAC786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC786; }

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

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

background-color css

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

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

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

border-color css

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

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

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