Html Css Color HEX #FAD68C Cherokee

📋 copy color: '#FAD68C'

red 250 ◦ green 214 ◦ blue 140

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

Shades of Cherokee #FAD68C

Tints of Cherokee #FAD68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.43%

 BLUE value IS 140 (55.08% from 255) = 23.18%

R = 41.39%
G = 35.43%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAD68C (or 0xFAD68C) is known color: Cherokee. HEX triplet: FA, D6 and 8C. RGB value is (250,214,140). Sum of RGB (Red+Green+Blue) = 250+214+140=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD68C is #052973. Grayscale: #D8D8D8. Windows color (decimal): -338292 or 9230074. OLE color: 9230074.

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

Color convert

RGB 250 214 140 -
CMYK 0 0.14 0.44 0.02
HSL 40.36º 0.92% 0.76% -
HSV(B) 40.36º 0.44% 0.98% -
XYZ 68.2 70.31 34.79 -
YUV 216.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 250 214 140 0 0.14 0.44 0.02 40.36 0.92 0.76
Hex FA D6 8C 0 E 2C 2 28 5C 4C
Octal 372 326 214 0 16 54 2 50 134 114
Binary 11111010 11010110 10001100 0 1110 101100 10 101000 1011100 1001100

Color Harmonies of #FAD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD68C

Black with #FAD68C

Text Example


Text Example

White with #FAD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD68C; }

 p { color: rgb(250,214,140); }

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

background-color css

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

 a { background-color: rgb(250,214,140); }

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

border-color css

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

 span { border-color: rgb(250,214,140); }

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