Html Css Color HEX #FAC385 Cherokee

📋 copy color: '#FAC385'

red 250 ◦ green 195 ◦ blue 133

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

Shades of Cherokee #FAC385

Tints of Cherokee #FAC385

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.74%

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

R = 43.25%
G = 33.74%
B = 23.01%

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

#FAC385 (or 0xFAC385) is known color: Cherokee. HEX triplet: FA, C3 and 85. RGB value is (250,195,133). Sum of RGB (Red+Green+Blue) = 250+195+133=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC385 is #053C7A. Grayscale: #CCCCCC. Windows color (decimal): -343163 or 8766458. OLE color: 8766458.

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

Color convert

RGB 250 195 133 -
CMYK 0 0.22 0.47 0.02
HSL 31.79º 0.92% 0.75% -
HSV(B) 31.79º 0.47% 0.98% -
XYZ 63.17 61.05 30.64 -
YUV 204.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 250 195 133 0 0.22 0.47 0.02 31.79 0.92 0.75
Hex FA C3 85 0 16 2F 2 20 5C 4B
Octal 372 303 205 0 26 57 2 40 134 113
Binary 11111010 11000011 10000101 0 10110 101111 10 100000 1011100 1001011

Color Harmonies of #FAC385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC385

Black with #FAC385

Text Example


Text Example

White with #FAC385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC385; }

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

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

background-color css

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

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

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

border-color css

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

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

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