Html Css Color HEX #FAC884 Cherokee

📋 copy color: '#FAC884'

red 250 ◦ green 200 ◦ blue 132

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

Shades of Cherokee #FAC884

Tints of Cherokee #FAC884

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.36%

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

R = 42.96%
G = 34.36%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAC884 (or 0xFAC884) is known color: Cherokee. HEX triplet: FA, C8 and 84. RGB value is (250,200,132). Sum of RGB (Red+Green+Blue) = 250+200+132=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC884 is #05377B. Grayscale: #CFCFCF. Windows color (decimal): -341884 or 8702202. OLE color: 8702202.

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

Color convert

RGB 250 200 132 -
CMYK 0 0.2 0.47 0.02
HSL 34.58º 0.92% 0.75% -
HSV(B) 34.58º 0.47% 0.98% -
XYZ 64.24 63.3 30.66 -
YUV 207.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 250 200 132 0 0.2 0.47 0.02 34.58 0.92 0.75
Hex FA C8 84 0 14 2F 2 23 5C 4B
Octal 372 310 204 0 24 57 2 43 134 113
Binary 11111010 11001000 10000100 0 10100 101111 10 100011 1011100 1001011

Color Harmonies of #FAC884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC884

Black with #FAC884

Text Example


Text Example

White with #FAC884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC884; }

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

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

background-color css

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

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

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

border-color css

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

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

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