Html Css Color HEX #FAD286 Cherokee

📋 copy color: '#FAD286'

red 250 ◦ green 210 ◦ blue 134

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

Shades of Cherokee #FAD286

Tints of Cherokee #FAD286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.35%

 BLUE value IS 134 (52.73% from 255) = 22.56%

R = 42.09%
G = 35.35%
B = 22.56%

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

#FAD286 (or 0xFAD286) is known color: Cherokee. HEX triplet: FA, D2 and 86. RGB value is (250,210,134). Sum of RGB (Red+Green+Blue) = 250+210+134=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 134 (52.73% from 255 or 22.56% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD286 is #052D79. Grayscale: #D5D5D5. Windows color (decimal): -339322 or 8835834. OLE color: 8835834.

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

Color convert

RGB 250 210 134 -
CMYK 0 0.16 0.46 0.02
HSL 39.31º 0.92% 0.75% -
HSV(B) 39.31º 0.46% 0.98% -
XYZ 66.77 68.14 32.19 -
YUV 213.3 83.25 154.18 -
System Red Green Blue C M Y K H S L
Decimal 250 210 134 0 0.16 0.46 0.02 39.31 0.92 0.75
Hex FA D2 86 0 10 2E 2 27 5C 4B
Octal 372 322 206 0 20 56 2 47 134 113
Binary 11111010 11010010 10000110 0 10000 101110 10 100111 1011100 1001011

Color Harmonies of #FAD286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD286

Black with #FAD286

Text Example


Text Example

White with #FAD286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD286; }

 p { color: rgb(250,210,134); }

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

background-color css

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

 a { background-color: rgb(250,210,134); }

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

border-color css

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

 span { border-color: rgb(250,210,134); }

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