Html Css Color HEX #FACA7F Cherokee

📋 copy color: '#FACA7F'

red 250 ◦ green 202 ◦ blue 127

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

Shades of Cherokee #FACA7F

Tints of Cherokee #FACA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.93%

R = 43.18%
G = 34.89%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FACA7F (or 0xFACA7F) is known color: Cherokee. HEX triplet: FA, CA and 7F. RGB value is (250,202,127). Sum of RGB (Red+Green+Blue) = 250+202+127=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA7F is #053580. Grayscale: #D0D0D0. Windows color (decimal): -341377 or 8375034. OLE color: 8375034.

HSL color Cylindrical-coordinate representation of color #FACA7F: hue angle of 36.59º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FACA7F is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 127 -
CMYK 0 0.19 0.49 0.02
HSL 36.59º 0.92% 0.74% -
HSV(B) 36.59º 0.49% 0.98% -
XYZ 64.38 64.1 29.06 -
YUV 207.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 250 202 127 0 0.19 0.49 0.02 36.59 0.92 0.74
Hex FA CA 7F 0 13 31 2 25 5C 4A
Octal 372 312 177 0 23 61 2 45 134 112
Binary 11111010 11001010 1111111 0 10011 110001 10 100101 1011100 1001010

Color Harmonies of #FACA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA7F

Black with #FACA7F

Text Example


Text Example

White with #FACA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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