Html Css Color HEX #FAC585 Cherokee

📋 copy color: '#FAC585'

red 250 ◦ green 197 ◦ blue 133

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

Shades of Cherokee #FAC585

Tints of Cherokee #FAC585

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.97%

 BLUE value IS 133 (52.34% from 255) = 22.93%

R = 43.1%
G = 33.97%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAC585 (or 0xFAC585) is known color: Cherokee. HEX triplet: FA, C5 and 85. RGB value is (250,197,133). Sum of RGB (Red+Green+Blue) = 250+197+133=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC585 is #053A7A. Grayscale: #CDCDCD. Windows color (decimal): -342651 or 8766970. OLE color: 8766970.

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

Color convert

RGB 250 197 133 -
CMYK 0 0.21 0.47 0.02
HSL 32.82º 0.92% 0.75% -
HSV(B) 32.82º 0.47% 0.98% -
XYZ 63.62 61.95 30.79 -
YUV 205.55 87.06 159.7 -
System Red Green Blue C M Y K H S L
Decimal 250 197 133 0 0.21 0.47 0.02 32.82 0.92 0.75
Hex FA C5 85 0 15 2F 2 21 5C 4B
Octal 372 305 205 0 25 57 2 41 134 113
Binary 11111010 11000101 10000101 0 10101 101111 10 100001 1011100 1001011

Color Harmonies of #FAC585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC585

Black with #FAC585

Text Example


Text Example

White with #FAC585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC585; }

 p { color: rgb(250,197,133); }

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

background-color css

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

 a { background-color: rgb(250,197,133); }

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

border-color css

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

 span { border-color: rgb(250,197,133); }

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