#FAC682

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

Shades of Cherokee #FAC682

Tints of Cherokee #FAC682

Color information

#FAC682 (or 0xFAC682) is unknown color: approx Cherokee. HEX triplet: FA, C6 and 82. RGB value is (250,198,130). Sum of RGB (Red+Green+Blue) = 250+198+130=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC682 is #05397D. Grayscale: #CECECE. Windows color (decimal): -342398 or 8570618. OLE color: 8570618.

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

Color convert

RGB250198130-
CMYK00.210.480.02
HSL34º92.31%74.51%-
HSV(B)34º48%98.04%-
XYZ63.6562.3229.79-
YUV205.885.23159.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.25%
GREEN value IS 198 (77.73% from 255) = 34.26%
BLUE value IS 130 (51.17% from 255) = 22.49%
R=43.25%
G=34.26%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019813000.210.480.023492.3174.51
HexFAC682015302225c4b
Octal37230620202560242134113
Binary1111101011000110100000100101011100001010001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC682; }

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

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

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

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

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

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

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

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