Html Css Color HEX #FAC68B Cherokee

📋 copy color: '#FAC68B'

red 250 ◦ green 198 ◦ blue 139

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

Shades of Cherokee #FAC68B

Tints of Cherokee #FAC68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.68%

R = 42.59%
G = 33.73%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAC68B (or 0xFAC68B) is known color: Cherokee. HEX triplet: FA, C6 and 8B. RGB value is (250,198,139). Sum of RGB (Red+Green+Blue) = 250+198+139=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC68B is #053974. Grayscale: #CFCFCF. Windows color (decimal): -342389 or 9160442. OLE color: 9160442.

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

Color convert

RGB 250 198 139 -
CMYK 0 0.21 0.44 0.02
HSL 31.89º 0.92% 0.76% -
HSV(B) 31.89º 0.44% 0.98% -
XYZ 64.28 62.58 33.12 -
YUV 206.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 250 198 139 0 0.21 0.44 0.02 31.89 0.92 0.76
Hex FA C6 8B 0 15 2C 2 20 5C 4C
Octal 372 306 213 0 25 54 2 40 134 114
Binary 11111010 11000110 10001011 0 10101 101100 10 100000 1011100 1001100

Color Harmonies of #FAC68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC68B

Black with #FAC68B

Text Example


Text Example

White with #FAC68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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