Html Css Color HEX #F3985C Sandy Brown

📋 copy color: '#F3985C'

red 243 ◦ green 152 ◦ blue 92

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

Shades of Sandy Brown #F3985C

Tints of Sandy Brown #F3985C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.21%

 BLUE value IS 92 (36.33% from 255) = 18.89%

R = 49.9%
G = 31.21%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3985C (or 0xF3985C) is known color: Sandy Brown. HEX triplet: F3, 98 and 5C. RGB value is (243,152,92). Sum of RGB (Red+Green+Blue) = 243+152+92=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3985C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3985C is #0C67A3. Grayscale: #ACACAC. Windows color (decimal): -812964 or 6068467. OLE color: 6068467.

HSL color Cylindrical-coordinate representation of color #F3985C: hue angle of 23.84º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3985C is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 152 92 -
CMYK 0 0.37 0.62 0.05
HSL 23.84º 0.86% 0.66% -
HSV(B) 23.84º 0.62% 0.95% -
XYZ 50.12 42.28 15.65 -
YUV 172.37 82.65 178.38 -
System Red Green Blue C M Y K H S L
Decimal 243 152 92 0 0.37 0.62 0.05 23.84 0.86 0.66
Hex F3 98 5C 0 25 3E 5 18 56 42
Octal 363 230 134 0 45 76 5 30 126 102
Binary 11110011 10011000 1011100 0 100101 111110 101 11000 1010110 1000010

Color Harmonies of #F3985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3985C

Black with #F3985C

Text Example


Text Example

White with #F3985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3985C; }

 p { color: rgb(243,152,92); }

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

background-color css

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

 a { background-color: rgb(243,152,92); }

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

border-color css

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

 span { border-color: rgb(243,152,92); }

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