Html Css Color HEX #FAC486 Cherokee

📋 copy color: '#FAC486'

red 250 ◦ green 196 ◦ blue 134

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

Shades of Cherokee #FAC486

Tints of Cherokee #FAC486

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.79%

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

R = 43.1%
G = 33.79%
B = 23.1%

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

#FAC486 (or 0xFAC486) is known color: Cherokee. HEX triplet: FA, C4 and 86. RGB value is (250,196,134). Sum of RGB (Red+Green+Blue) = 250+196+134=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 134 (52.73% from 255 or 23.10% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC486 is #053B79. Grayscale: #CDCDCD. Windows color (decimal): -342906 or 8832250. OLE color: 8832250.

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

Color convert

RGB 250 196 134 -
CMYK 0 0.22 0.46 0.02
HSL 32.07º 0.92% 0.75% -
HSV(B) 32.07º 0.46% 0.98% -
XYZ 63.47 61.53 31.08 -
YUV 205.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 250 196 134 0 0.22 0.46 0.02 32.07 0.92 0.75
Hex FA C4 86 0 16 2E 2 20 5C 4B
Octal 372 304 206 0 26 56 2 40 134 113
Binary 11111010 11000100 10000110 0 10110 101110 10 100000 1011100 1001011

Color Harmonies of #FAC486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC486

Black with #FAC486

Text Example


Text Example

White with #FAC486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC486; }

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

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

background-color css

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

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

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

border-color css

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

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

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