Html Css Color HEX #FACA89 Cherokee

📋 copy color: '#FACA89'

red 250 ◦ green 202 ◦ blue 137

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

Shades of Cherokee #FACA89

Tints of Cherokee #FACA89

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.3%

 BLUE value IS 137 (53.91% from 255) = 23.26%

R = 42.44%
G = 34.3%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FACA89 (or 0xFACA89) is known color: Cherokee. HEX triplet: FA, CA and 89. RGB value is (250,202,137). Sum of RGB (Red+Green+Blue) = 250+202+137=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 137 (53.91% from 255 or 23.26% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA89 is #053576. Grayscale: #D1D1D1. Windows color (decimal): -341367 or 9030394. OLE color: 9030394.

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

Color convert

RGB 250 202 137 -
CMYK 0 0.19 0.45 0.02
HSL 34.51º 0.92% 0.76% -
HSV(B) 34.51º 0.45% 0.98% -
XYZ 65.06 64.37 32.66 -
YUV 208.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 250 202 137 0 0.19 0.45 0.02 34.51 0.92 0.76
Hex FA CA 89 0 13 2D 2 23 5C 4C
Octal 372 312 211 0 23 55 2 43 134 114
Binary 11111010 11001010 10001001 0 10011 101101 10 100011 1011100 1001100

Color Harmonies of #FACA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA89

Black with #FACA89

Text Example


Text Example

White with #FACA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA89; }

 p { color: rgb(250,202,137); }

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

background-color css

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

 a { background-color: rgb(250,202,137); }

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

border-color css

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

 span { border-color: rgb(250,202,137); }

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