Html Css Color HEX #FAD18C Cherokee

📋 copy color: '#FAD18C'

red 250 ◦ green 209 ◦ blue 140

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

Shades of Cherokee #FAD18C

Tints of Cherokee #FAD18C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.89%

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

R = 41.74%
G = 34.89%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAD18C (or 0xFAD18C) is known color: Cherokee. HEX triplet: FA, D1 and 8C. RGB value is (250,209,140). Sum of RGB (Red+Green+Blue) = 250+209+140=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD18C is #052E73. Grayscale: #D5D5D5. Windows color (decimal): -339572 or 9228794. OLE color: 9228794.

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

Color convert

RGB 250 209 140 -
CMYK 0 0.16 0.44 0.02
HSL 37.64º 0.92% 0.76% -
HSV(B) 37.64º 0.44% 0.98% -
XYZ 66.96 67.82 34.37 -
YUV 213.39 86.58 154.11 -
System Red Green Blue C M Y K H S L
Decimal 250 209 140 0 0.16 0.44 0.02 37.64 0.92 0.76
Hex FA D1 8C 0 10 2C 2 26 5C 4C
Octal 372 321 214 0 20 54 2 46 134 114
Binary 11111010 11010001 10001100 0 10000 101100 10 100110 1011100 1001100

Color Harmonies of #FAD18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD18C

Black with #FAD18C

Text Example


Text Example

White with #FAD18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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