Html Css Color HEX #FAC584 Cherokee

📋 copy color: '#FAC584'

red 250 ◦ green 197 ◦ blue 132

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

Shades of Cherokee #FAC584

Tints of Cherokee #FAC584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.8%

R = 43.18%
G = 34.02%
B = 22.8%

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

#FAC584 (or 0xFAC584) is known color: Cherokee. HEX triplet: FA, C5 and 84. RGB value is (250,197,132). Sum of RGB (Red+Green+Blue) = 250+197+132=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC584 is #053A7B. Grayscale: #CDCDCD. Windows color (decimal): -342652 or 8701434. OLE color: 8701434.

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

Color convert

RGB 250 197 132 -
CMYK 0 0.21 0.47 0.02
HSL 33.05º 0.92% 0.75% -
HSV(B) 33.05º 0.47% 0.98% -
XYZ 63.56 61.92 30.43 -
YUV 205.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 250 197 132 0 0.21 0.47 0.02 33.05 0.92 0.75
Hex FA C5 84 0 15 2F 2 21 5C 4B
Octal 372 305 204 0 25 57 2 41 134 113
Binary 11111010 11000101 10000100 0 10101 101111 10 100001 1011100 1001011

Color Harmonies of #FAC584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC584

Black with #FAC584

Text Example


Text Example

White with #FAC584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC584; }

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

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

background-color css

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

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

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

border-color css

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

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

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