#FAC68A

Color #FAC68A Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #FAC68A

Tints of Cherokee #FAC68A

Color information

#FAC68A (or 0xFAC68A) is unknown color: approx Cherokee. HEX triplet: FA, C6 and 8A. RGB value is (250,198,138). Sum of RGB (Red+Green+Blue) = 250+198+138=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC68A is #053975. Grayscale: #CFCFCF. Windows color (decimal): -342390 or 9094906. OLE color: 9094906.

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

Color convert

RGB250198138-
CMYK00.210.450.02
HSL32.14º91.8%76.08%-
HSV(B)32.14º44.8%98.04%-
XYZ64.2162.5532.73-
YUV206.7189.23158.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 198 (77.73% from 255) = 33.79%
BLUE value IS 138 (54.30% from 255) = 23.55%
R=42.66%
G=33.79%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019813800.210.450.0232.1491.876.08
HexFAC68A0152D2205c4c
Octal37230621202555240134114
Binary1111101011000110100010100101011011011010000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC68A; }

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

 H1.HeaderClassName
 {
   color: #FAC68A;
 }
 .AnyTagClassName
 {
   color: #FAC68A;
 }
</style>
background-color css

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

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

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

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

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

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