Html Css Color HEX #FAC98A Cherokee

📋 copy color: '#FAC98A'

red 250 ◦ green 201 ◦ blue 138

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

Shades of Cherokee #FAC98A

Tints of Cherokee #FAC98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.43%

R = 42.44%
G = 34.13%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAC98A (or 0xFAC98A) is known color: Cherokee. HEX triplet: FA, C9 and 8A. RGB value is (250,201,138). Sum of RGB (Red+Green+Blue) = 250+201+138=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC98A is #053675. Grayscale: #D0D0D0. Windows color (decimal): -341622 or 9095674. OLE color: 9095674.

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

Color convert

RGB 250 201 138 -
CMYK 0 0.20 0.45 0.02
HSL 33.75º 0.92% 0.76% -
HSV(B) 33.75º 0.45% 0.98% -
XYZ 64.9 63.93 32.96 -
YUV 208.47 88.23 157.62 -
System Red Green Blue C M Y K H S L
Decimal 250 201 138 0 0.20 0.45 0.02 33.75 0.92 0.76
Hex FA C9 8A 0 14 2D 2 22 5C 4C
Octal 372 311 212 0 24 55 2 42 134 114
Binary 11111010 11001001 10001010 0 10100 101101 10 100010 1011100 1001100

Color Harmonies of #FAC98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC98A

Black with #FAC98A

Text Example


Text Example

White with #FAC98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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