Html Css Color HEX #FAC88B Cherokee

📋 copy color: '#FAC88B'

red 250 ◦ green 200 ◦ blue 139

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

Shades of Cherokee #FAC88B

Tints of Cherokee #FAC88B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.96%

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

R = 42.44%
G = 33.96%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAC88B (or 0xFAC88B) is known color: Cherokee. HEX triplet: FA, C8 and 8B. RGB value is (250,200,139). Sum of RGB (Red+Green+Blue) = 250+200+139=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC88B is #053774. Grayscale: #D0D0D0. Windows color (decimal): -341877 or 9160954. OLE color: 9160954.

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

Color convert

RGB 250 200 139 -
CMYK 0 0.2 0.44 0.02
HSL 32.97º 0.92% 0.76% -
HSV(B) 32.97º 0.44% 0.98% -
XYZ 64.74 63.5 33.27 -
YUV 208 89.07 157.96 -
System Red Green Blue C M Y K H S L
Decimal 250 200 139 0 0.2 0.44 0.02 32.97 0.92 0.76
Hex FA C8 8B 0 14 2C 2 21 5C 4C
Octal 372 310 213 0 24 54 2 41 134 114
Binary 11111010 11001000 10001011 0 10100 101100 10 100001 1011100 1001100

Color Harmonies of #FAC88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC88B

Black with #FAC88B

Text Example


Text Example

White with #FAC88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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