Html Css Color HEX #FAD487 Cherokee

📋 copy color: '#FAD487'

red 250 ◦ green 212 ◦ blue 135

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

Shades of Cherokee #FAD487

Tints of Cherokee #FAD487

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.51%

 BLUE value IS 135 (53.13% from 255) = 22.61%

R = 41.88%
G = 35.51%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FAD487 (or 0xFAD487) is known color: Cherokee. HEX triplet: FA, D4 and 87. RGB value is (250,212,135). Sum of RGB (Red+Green+Blue) = 250+212+135=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 135 (53.12% from 255 or 22.61% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD487 is #052B78. Grayscale: #D6D6D6. Windows color (decimal): -338809 or 8901882. OLE color: 8901882.

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

Color convert

RGB 250 212 135 -
CMYK 0 0.15 0.46 0.02
HSL 40.17º 0.92% 0.75% -
HSV(B) 40.17º 0.46% 0.98% -
XYZ 67.34 69.16 32.72 -
YUV 214.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 250 212 135 0 0.15 0.46 0.02 40.17 0.92 0.75
Hex FA D4 87 0 F 2E 2 28 5C 4B
Octal 372 324 207 0 17 56 2 50 134 113
Binary 11111010 11010100 10000111 0 1111 101110 10 101000 1011100 1001011

Color Harmonies of #FAD487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD487

Black with #FAD487

Text Example


Text Example

White with #FAD487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD487; }

 p { color: rgb(250,212,135); }

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

background-color css

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

 a { background-color: rgb(250,212,135); }

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

border-color css

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

 span { border-color: rgb(250,212,135); }

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