Html Css Color HEX #FAD388 Cherokee

📋 copy color: '#FAD388'

red 250 ◦ green 211 ◦ blue 136

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

Shades of Cherokee #FAD388

Tints of Cherokee #FAD388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.78%

R = 41.88%
G = 35.34%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FAD388 (or 0xFAD388) is known color: Cherokee. HEX triplet: FA, D3 and 88. RGB value is (250,211,136). Sum of RGB (Red+Green+Blue) = 250+211+136=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 136 (53.52% from 255 or 22.78% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD388 is #052C77. Grayscale: #D6D6D6. Windows color (decimal): -339064 or 8967162. OLE color: 8967162.

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

Color convert

RGB 250 211 136 -
CMYK 0 0.16 0.46 0.02
HSL 39.47º 0.92% 0.76% -
HSV(B) 39.47º 0.46% 0.98% -
XYZ 67.16 68.69 33.01 -
YUV 214.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 250 211 136 0 0.16 0.46 0.02 39.47 0.92 0.76
Hex FA D3 88 0 10 2E 2 27 5C 4C
Octal 372 323 210 0 20 56 2 47 134 114
Binary 11111010 11010011 10001000 0 10000 101110 10 100111 1011100 1001100

Color Harmonies of #FAD388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD388

Black with #FAD388

Text Example


Text Example

White with #FAD388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD388; }

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

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

background-color css

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

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

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

border-color css

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

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

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