Html Css Color HEX #FCC685 Cherokee

📋 copy color: '#FCC685'

red 252 ◦ green 198 ◦ blue 133

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

Shades of Cherokee #FCC685

Tints of Cherokee #FCC685

RGB

 RED value IS 252 (98.83% from 255) = 43.22%

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

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

R = 43.22%
G = 33.96%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCC685 (or 0xFCC685) is known color: Cherokee. HEX triplet: FC, C6 and 85. RGB value is (252,198,133). Sum of RGB (Red+Green+Blue) = 252+198+133=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC685 is #03397A. Grayscale: #CFCFCF. Windows color (decimal): -211323 or 8767228. OLE color: 8767228.

HSL color Cylindrical-coordinate representation of color #FCC685: hue angle of 32.77º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCC685 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 133 -
CMYK 0 0.21 0.47 0.01
HSL 32.77º 0.95% 0.75% -
HSV(B) 32.77º 0.47% 0.99% -
XYZ 64.57 62.78 30.9 -
YUV 206.74 86.39 160.29 -
System Red Green Blue C M Y K H S L
Decimal 252 198 133 0 0.21 0.47 0.01 32.77 0.95 0.75
Hex FC C6 85 0 15 2F 1 21 5F 4B
Octal 374 306 205 0 25 57 1 41 137 113
Binary 11111100 11000110 10000101 0 10101 101111 1 100001 1011111 1001011

Color Harmonies of #FCC685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC685

Black with #FCC685

Text Example


Text Example

White with #FCC685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC685; }

 p { color: rgb(252,198,133); }

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

background-color css

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

 a { background-color: rgb(252,198,133); }

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

border-color css

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

 span { border-color: rgb(252,198,133); }

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