Html Css Color HEX #FAD288 Cherokee

📋 copy color: '#FAD288'

red 250 ◦ green 210 ◦ blue 136

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

Shades of Cherokee #FAD288

Tints of Cherokee #FAD288

RGB

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

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

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

R = 41.95%
G = 35.23%
B = 22.82%

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

#FAD288 (or 0xFAD288) is known color: Cherokee. HEX triplet: FA, D2 and 88. RGB value is (250,210,136). Sum of RGB (Red+Green+Blue) = 250+210+136=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 136 (53.52% from 255 or 22.82% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD288 is #052D77. Grayscale: #D5D5D5. Windows color (decimal): -339320 or 8966906. OLE color: 8966906.

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

Color convert

RGB 250 210 136 -
CMYK 0 0.16 0.46 0.02
HSL 38.95º 0.92% 0.76% -
HSV(B) 38.95º 0.46% 0.98% -
XYZ 66.91 68.19 32.93 -
YUV 213.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 250 210 136 0 0.16 0.46 0.02 38.95 0.92 0.76
Hex FA D2 88 0 10 2E 2 27 5C 4C
Octal 372 322 210 0 20 56 2 47 134 114
Binary 11111010 11010010 10001000 0 10000 101110 10 100111 1011100 1001100

Color Harmonies of #FAD288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD288

Black with #FAD288

Text Example


Text Example

White with #FAD288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD288; }

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

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

background-color css

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

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

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

border-color css

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

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

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