Html Css Color HEX #FAC684 Cherokee

📋 copy color: '#FAC684'

red 250 ◦ green 198 ◦ blue 132

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

Shades of Cherokee #FAC684

Tints of Cherokee #FAC684

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.14%

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

R = 43.1%
G = 34.14%
B = 22.76%

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

#FAC684 (or 0xFAC684) is known color: Cherokee. HEX triplet: FA, C6 and 84. RGB value is (250,198,132). Sum of RGB (Red+Green+Blue) = 250+198+132=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC684 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC684 is #05397B. Grayscale: #CECECE. Windows color (decimal): -342396 or 8701690. OLE color: 8701690.

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

Color convert

RGB 250 198 132 -
CMYK 0 0.21 0.47 0.02
HSL 33.56º 0.92% 0.75% -
HSV(B) 33.56º 0.47% 0.98% -
XYZ 63.78 62.38 30.51 -
YUV 206.02 86.23 159.37 -
System Red Green Blue C M Y K H S L
Decimal 250 198 132 0 0.21 0.47 0.02 33.56 0.92 0.75
Hex FA C6 84 0 15 2F 2 22 5C 4B
Octal 372 306 204 0 25 57 2 42 134 113
Binary 11111010 11000110 10000100 0 10101 101111 10 100010 1011100 1001011

Color Harmonies of #FAC684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC684

Black with #FAC684

Text Example


Text Example

White with #FAC684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC684; }

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

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

background-color css

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

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

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

border-color css

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

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

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