Html Css Color HEX #FACA7E Cherokee

📋 copy color: '#FACA7E'

red 250 ◦ green 202 ◦ blue 126

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

Shades of Cherokee #FACA7E

Tints of Cherokee #FACA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.8%

R = 43.25%
G = 34.95%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FACA7E (or 0xFACA7E) is known color: Cherokee. HEX triplet: FA, CA and 7E. RGB value is (250,202,126). Sum of RGB (Red+Green+Blue) = 250+202+126=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA7E is #053581. Grayscale: #D0D0D0. Windows color (decimal): -341378 or 8309498. OLE color: 8309498.

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

Color convert

RGB 250 202 126 -
CMYK 0 0.19 0.50 0.02
HSL 36.77º 0.93% 0.74% -
HSV(B) 36.77º 0.5% 0.98% -
XYZ 64.31 64.07 28.72 -
YUV 207.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 250 202 126 0 0.19 0.50 0.02 36.77 0.93 0.74
Hex FA CA 7E 0 13 32 2 25 5D 4A
Octal 372 312 176 0 23 62 2 45 135 112
Binary 11111010 11001010 1111110 0 10011 110010 10 100101 1011101 1001010

Color Harmonies of #FACA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA7E

Black with #FACA7E

Text Example


Text Example

White with #FACA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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