Html Css Color HEX #FAD385 Cherokee

📋 copy color: '#FAD385'

red 250 ◦ green 211 ◦ blue 133

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

Shades of Cherokee #FAD385

Tints of Cherokee #FAD385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.39%

R = 42.09%
G = 35.52%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAD385 (or 0xFAD385) is known color: Cherokee. HEX triplet: FA, D3 and 85. RGB value is (250,211,133). Sum of RGB (Red+Green+Blue) = 250+211+133=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 133 (52.34% from 255 or 22.39% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD385 is #052C7A. Grayscale: #D6D6D6. Windows color (decimal): -339067 or 8770554. OLE color: 8770554.

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

Color convert

RGB 250 211 133 -
CMYK 0 0.16 0.47 0.02
HSL 40º 0.92% 0.75% -
HSV(B) 40º 0.47% 0.98% -
XYZ 66.95 68.61 31.9 -
YUV 213.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 250 211 133 0 0.16 0.47 0.02 40 0.92 0.75
Hex FA D3 85 0 10 2F 2 28 5C 4B
Octal 372 323 205 0 20 57 2 50 134 113
Binary 11111010 11010011 10000101 0 10000 101111 10 101000 1011100 1001011

Color Harmonies of #FAD385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD385

Black with #FAD385

Text Example


Text Example

White with #FAD385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD385; }

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

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

background-color css

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

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

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

border-color css

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

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

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