Html Css Color HEX #F3C485 Cherokee

📋 copy color: '#F3C485'

red 243 ◦ green 196 ◦ blue 133

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

Shades of Cherokee #F3C485

Tints of Cherokee #F3C485

RGB

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

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

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

R = 42.48%
G = 34.27%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F3C485 (or 0xF3C485) is known color: Cherokee. HEX triplet: F3, C4 and 85. RGB value is (243,196,133). Sum of RGB (Red+Green+Blue) = 243+196+133=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C485 is #0C3B7A. Grayscale: #CBCBCB. Windows color (decimal): -801659 or 8766707. OLE color: 8766707.

HSL color Cylindrical-coordinate representation of color #F3C485: hue angle of 34.36º 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 #F3C485 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 196 133 -
CMYK 0 0.19 0.45 0.05
HSL 34.36º 0.82% 0.74% -
HSV(B) 34.36º 0.45% 0.95% -
XYZ 60.94 60.23 30.6 -
YUV 202.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 243 196 133 0 0.19 0.45 0.05 34.36 0.82 0.74
Hex F3 C4 85 0 13 2D 5 22 52 4A
Octal 363 304 205 0 23 55 5 42 122 112
Binary 11110011 11000100 10000101 0 10011 101101 101 100010 1010010 1001010

Color Harmonies of #F3C485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C485

Black with #F3C485

Text Example


Text Example

White with #F3C485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C485; }

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

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

background-color css

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

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

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

border-color css

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

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

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