Html Css Color HEX #F3985D Sandy Brown

📋 copy color: '#F3985D'

red 243 ◦ green 152 ◦ blue 93

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

Shades of Sandy Brown #F3985D

Tints of Sandy Brown #F3985D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.06%

R = 49.8%
G = 31.15%
B = 19.06%

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

#F3985D (or 0xF3985D) is known color: Sandy Brown. HEX triplet: F3, 98 and 5D. RGB value is (243,152,93). Sum of RGB (Red+Green+Blue) = 243+152+93=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F3985D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3985D is #0C67A2. Grayscale: #ACACAC. Windows color (decimal): -812963 or 6134003. OLE color: 6134003.

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

Color convert

RGB 243 152 93 -
CMYK 0 0.37 0.62 0.05
HSL 23.6º 0.86% 0.66% -
HSV(B) 23.6º 0.62% 0.95% -
XYZ 50.17 42.3 15.88 -
YUV 172.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 243 152 93 0 0.37 0.62 0.05 23.6 0.86 0.66
Hex F3 98 5D 0 25 3E 5 18 56 42
Octal 363 230 135 0 45 76 5 30 126 102
Binary 11110011 10011000 1011101 0 100101 111110 101 11000 1010110 1000010

Color Harmonies of #F3985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3985D

Black with #F3985D

Text Example


Text Example

White with #F3985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3985D; }

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

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

background-color css

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

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

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

border-color css

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

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

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