Html Css Color HEX #F3C386 Cherokee

📋 copy color: '#F3C386'

red 243 ◦ green 195 ◦ blue 134

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

Shades of Cherokee #F3C386

Tints of Cherokee #F3C386

RGB

 RED value IS 243 (95.31% from 255) = 42.48%

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

 BLUE value IS 134 (52.73% from 255) = 23.43%

R = 42.48%
G = 34.09%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F3C386 (or 0xF3C386) is known color: Cherokee. HEX triplet: F3, C3 and 86. RGB value is (243,195,134). Sum of RGB (Red+Green+Blue) = 243+195+134=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 134 (52.73% from 255 or 23.43% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C386 is #0C3C79. Grayscale: #CACACA. Windows color (decimal): -801914 or 8831987. OLE color: 8831987.

HSL color Cylindrical-coordinate representation of color #F3C386: hue angle of 33.58º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F3C386 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 195 134 -
CMYK 0 0.20 0.45 0.05
HSL 33.58º 0.82% 0.74% -
HSV(B) 33.58º 0.45% 0.95% -
XYZ 60.78 59.81 30.89 -
YUV 202.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 243 195 134 0 0.20 0.45 0.05 33.58 0.82 0.74
Hex F3 C3 86 0 14 2D 5 22 52 4A
Octal 363 303 206 0 24 55 5 42 122 112
Binary 11110011 11000011 10000110 0 10100 101101 101 100010 1010010 1001010

Color Harmonies of #F3C386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C386

Black with #F3C386

Text Example


Text Example

White with #F3C386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C386; }

 p { color: rgb(243,195,134); }

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

background-color css

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

 a { background-color: rgb(243,195,134); }

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

border-color css

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

 span { border-color: rgb(243,195,134); }

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