Html Css Color HEX #FAC68A Cherokee

📋 copy color: '#FAC68A'

red 250 ◦ green 198 ◦ blue 138

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

Shades of Cherokee #FAC68A

Tints of Cherokee #FAC68A

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.3% from 255) = 23.55%

R = 42.66%
G = 33.79%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAC68A (or 0xFAC68A) is known color: 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

RGB 250 198 138 -
CMYK 0 0.21 0.45 0.02
HSL 32.14º 0.92% 0.76% -
HSV(B) 32.14º 0.45% 0.98% -
XYZ 64.21 62.55 32.73 -
YUV 206.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 250 198 138 0 0.21 0.45 0.02 32.14 0.92 0.76
Hex FA C6 8A 0 15 2D 2 20 5C 4C
Octal 372 306 212 0 25 55 2 40 134 114
Binary 11111010 11000110 10001010 0 10101 101101 10 100000 1011100 1001100

Color Harmonies of #FAC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC68A

Black with #FAC68A

Text Example


Text Example

White with #FAC68A

Text Example


Text Example

HTML Codes & Css Web 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>