Html Css Color HEX #FAD38D Cherokee

📋 copy color: '#FAD38D'

red 250 ◦ green 211 ◦ blue 141

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

Shades of Cherokee #FAD38D

Tints of Cherokee #FAD38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.05%

 BLUE value IS 141 (55.47% from 255) = 23.42%

R = 41.53%
G = 35.05%
B = 23.42%

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

#FAD38D (or 0xFAD38D) is known color: Cherokee. HEX triplet: FA, D3 and 8D. RGB value is (250,211,141). Sum of RGB (Red+Green+Blue) = 250+211+141=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD38D is #052C72. Grayscale: #D7D7D7. Windows color (decimal): -339059 or 9294842. OLE color: 9294842.

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

Color convert

RGB 250 211 141 -
CMYK 0 0.16 0.44 0.02
HSL 38.53º 0.92% 0.77% -
HSV(B) 38.53º 0.44% 0.98% -
XYZ 67.53 68.84 34.93 -
YUV 214.68 86.42 153.19 -
System Red Green Blue C M Y K H S L
Decimal 250 211 141 0 0.16 0.44 0.02 38.53 0.92 0.77
Hex FA D3 8D 0 10 2C 2 27 5C 4D
Octal 372 323 215 0 20 54 2 47 134 115
Binary 11111010 11010011 10001101 0 10000 101100 10 100111 1011100 1001101

Color Harmonies of #FAD38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD38D

Black with #FAD38D

Text Example


Text Example

White with #FAD38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD38D; }

 p { color: rgb(250,211,141); }

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

background-color css

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

 a { background-color: rgb(250,211,141); }

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

border-color css

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

 span { border-color: rgb(250,211,141); }

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