Html Css Color HEX #FACD7C Cherokee

📋 copy color: '#FACD7C'

red 250 ◦ green 205 ◦ blue 124

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

Shades of Cherokee #FACD7C

Tints of Cherokee #FACD7C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.41%

 BLUE value IS 124 (48.83% from 255) = 21.42%

R = 43.18%
G = 35.41%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FACD7C (or 0xFACD7C) is known color: Cherokee. HEX triplet: FA, CD and 7C. RGB value is (250,205,124). Sum of RGB (Red+Green+Blue) = 250+205+124=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD7C is #053283. Grayscale: #D1D1D1. Windows color (decimal): -340612 or 8179194. OLE color: 8179194.

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

Color convert

RGB 250 205 124 -
CMYK 0 0.18 0.50 0.02
HSL 38.57º 0.93% 0.73% -
HSV(B) 38.57º 0.5% 0.98% -
XYZ 64.89 65.44 28.28 -
YUV 209.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 250 205 124 0 0.18 0.50 0.02 38.57 0.93 0.73
Hex FA CD 7C 0 12 32 2 27 5D 49
Octal 372 315 174 0 22 62 2 47 135 111
Binary 11111010 11001101 1111100 0 10010 110010 10 100111 1011101 1001001

Color Harmonies of #FACD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD7C

Black with #FACD7C

Text Example


Text Example

White with #FACD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD7C; }

 p { color: rgb(250,205,124); }

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

background-color css

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

 a { background-color: rgb(250,205,124); }

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

border-color css

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

 span { border-color: rgb(250,205,124); }

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