Html Css Color HEX #FAC689 Cherokee

📋 copy color: '#FAC689'

red 250 ◦ green 198 ◦ blue 137

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

Shades of Cherokee #FAC689

Tints of Cherokee #FAC689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 23.42%

R = 42.74%
G = 33.85%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAC689 (or 0xFAC689) is known color: Cherokee. HEX triplet: FA, C6 and 89. RGB value is (250,198,137). Sum of RGB (Red+Green+Blue) = 250+198+137=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 137 (53.91% from 255 or 23.42% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC689 is #053976. Grayscale: #CECECE. Windows color (decimal): -342391 or 9029370. OLE color: 9029370.

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

Color convert

RGB 250 198 137 -
CMYK 0 0.21 0.45 0.02
HSL 32.39º 0.92% 0.76% -
HSV(B) 32.39º 0.45% 0.98% -
XYZ 64.13 62.52 32.35 -
YUV 206.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 250 198 137 0 0.21 0.45 0.02 32.39 0.92 0.76
Hex FA C6 89 0 15 2D 2 20 5C 4C
Octal 372 306 211 0 25 55 2 40 134 114
Binary 11111010 11000110 10001001 0 10101 101101 10 100000 1011100 1001100

Color Harmonies of #FAC689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC689

Black with #FAC689

Text Example


Text Example

White with #FAC689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC689; }

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

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

background-color css

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

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

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

border-color css

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

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

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