Html Css Color HEX #FAC487 Cherokee

📋 copy color: '#FAC487'

red 250 ◦ green 196 ◦ blue 135

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

Shades of Cherokee #FAC487

Tints of Cherokee #FAC487

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.73%

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

R = 43.03%
G = 33.73%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FAC487 (or 0xFAC487) is known color: Cherokee. HEX triplet: FA, C4 and 87. RGB value is (250,196,135). Sum of RGB (Red+Green+Blue) = 250+196+135=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 135 (53.12% from 255 or 23.24% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC487 is #053B78. Grayscale: #CDCDCD. Windows color (decimal): -342905 or 8897786. OLE color: 8897786.

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

Color convert

RGB 250 196 135 -
CMYK 0 0.22 0.46 0.02
HSL 31.83º 0.92% 0.75% -
HSV(B) 31.83º 0.46% 0.98% -
XYZ 63.54 61.55 31.45 -
YUV 205.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 250 196 135 0 0.22 0.46 0.02 31.83 0.92 0.75
Hex FA C4 87 0 16 2E 2 20 5C 4B
Octal 372 304 207 0 26 56 2 40 134 113
Binary 11111010 11000100 10000111 0 10110 101110 10 100000 1011100 1001011

Color Harmonies of #FAC487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC487

Black with #FAC487

Text Example


Text Example

White with #FAC487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC487; }

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

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

background-color css

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

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

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

border-color css

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

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

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