Html Css Color HEX #F3A85D Sandy Brown

📋 copy color: '#F3A85D'

red 243 ◦ green 168 ◦ blue 93

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

Shades of Sandy Brown #F3A85D

Tints of Sandy Brown #F3A85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.33%

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

R = 48.21%
G = 33.33%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3A85D (or 0xF3A85D) is known color: Sandy Brown. HEX triplet: F3, A8 and 5D. RGB value is (243,168,93). Sum of RGB (Red+Green+Blue) = 243+168+93=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A85D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A85D is #0C57A2. Grayscale: #B6B6B6. Windows color (decimal): -808867 or 6138099. OLE color: 6138099.

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

Color convert

RGB 243 168 93 -
CMYK 0 0.31 0.62 0.05
HSL 30º 0.86% 0.66% -
HSV(B) 30º 0.62% 0.95% -
XYZ 52.94 47.85 16.8 -
YUV 181.88 77.85 171.6 -
System Red Green Blue C M Y K H S L
Decimal 243 168 93 0 0.31 0.62 0.05 30 0.86 0.66
Hex F3 A8 5D 0 1F 3E 5 1E 56 42
Octal 363 250 135 0 37 76 5 36 126 102
Binary 11110011 10101000 1011101 0 11111 111110 101 11110 1010110 1000010

Color Harmonies of #F3A85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A85D

Black with #F3A85D

Text Example


Text Example

White with #F3A85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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