Html Css Color HEX #FAC98C Cherokee

📋 copy color: '#FAC98C'

red 250 ◦ green 201 ◦ blue 140

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

Shades of Cherokee #FAC98C

Tints of Cherokee #FAC98C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.01%

 BLUE value IS 140 (55.08% from 255) = 23.69%

R = 42.3%
G = 34.01%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAC98C (or 0xFAC98C) is known color: Cherokee. HEX triplet: FA, C9 and 8C. RGB value is (250,201,140). Sum of RGB (Red+Green+Blue) = 250+201+140=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC98C is #053673. Grayscale: #D0D0D0. Windows color (decimal): -341620 or 9226746. OLE color: 9226746.

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

Color convert

RGB 250 201 140 -
CMYK 0 0.20 0.44 0.02
HSL 33.27º 0.92% 0.76% -
HSV(B) 33.27º 0.44% 0.98% -
XYZ 65.04 63.99 33.73 -
YUV 208.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 250 201 140 0 0.20 0.44 0.02 33.27 0.92 0.76
Hex FA C9 8C 0 14 2C 2 21 5C 4C
Octal 372 311 214 0 24 54 2 41 134 114
Binary 11111010 11001001 10001100 0 10100 101100 10 100001 1011100 1001100

Color Harmonies of #FAC98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC98C

Black with #FAC98C

Text Example


Text Example

White with #FAC98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC98C; }

 p { color: rgb(250,201,140); }

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

background-color css

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

 a { background-color: rgb(250,201,140); }

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

border-color css

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

 span { border-color: rgb(250,201,140); }

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