Html Css Color HEX #FAC485 Cherokee

📋 copy color: '#FAC485'

red 250 ◦ green 196 ◦ blue 133

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

Shades of Cherokee #FAC485

Tints of Cherokee #FAC485

RGB

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

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

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

R = 43.18%
G = 33.85%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAC485 (or 0xFAC485) is known color: Cherokee. HEX triplet: FA, C4 and 85. RGB value is (250,196,133). Sum of RGB (Red+Green+Blue) = 250+196+133=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC485 is #053B7A. Grayscale: #CDCDCD. Windows color (decimal): -342907 or 8766714. OLE color: 8766714.

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

Color convert

RGB 250 196 133 -
CMYK 0 0.22 0.47 0.02
HSL 32.31º 0.92% 0.75% -
HSV(B) 32.31º 0.47% 0.98% -
XYZ 63.4 61.5 30.72 -
YUV 204.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 250 196 133 0 0.22 0.47 0.02 32.31 0.92 0.75
Hex FA C4 85 0 16 2F 2 20 5C 4B
Octal 372 304 205 0 26 57 2 40 134 113
Binary 11111010 11000100 10000101 0 10110 101111 10 100000 1011100 1001011

Color Harmonies of #FAC485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC485

Black with #FAC485

Text Example


Text Example

White with #FAC485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC485; }

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

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

background-color css

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

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

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

border-color css

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

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

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