Html Css Color HEX #FACF89 Cherokee

📋 copy color: '#FACF89'

red 250 ◦ green 207 ◦ blue 137

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

Shades of Cherokee #FACF89

Tints of Cherokee #FACF89

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.85%

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

R = 42.09%
G = 34.85%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FACF89 (or 0xFACF89) is known color: Cherokee. HEX triplet: FA, CF and 89. RGB value is (250,207,137). Sum of RGB (Red+Green+Blue) = 250+207+137=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 137 (53.91% from 255 or 23.06% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACF89 is #053076. Grayscale: #D4D4D4. Windows color (decimal): -340087 or 9031674. OLE color: 9031674.

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

Color convert

RGB 250 207 137 -
CMYK 0 0.17 0.45 0.02
HSL 37.17º 0.92% 0.76% -
HSV(B) 37.17º 0.45% 0.98% -
XYZ 66.25 66.76 33.06 -
YUV 211.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 250 207 137 0 0.17 0.45 0.02 37.17 0.92 0.76
Hex FA CF 89 0 11 2D 2 25 5C 4C
Octal 372 317 211 0 21 55 2 45 134 114
Binary 11111010 11001111 10001001 0 10001 101101 10 100101 1011100 1001100

Color Harmonies of #FACF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF89

Black with #FACF89

Text Example


Text Example

White with #FACF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF89; }

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

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

background-color css

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

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

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

border-color css

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

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

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