Html Css Color HEX #F3A65F Sandy Brown

📋 copy color: '#F3A65F'

red 243 ◦ green 166 ◦ blue 95

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

Shades of Sandy Brown #F3A65F

Tints of Sandy Brown #F3A65F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.94%

 BLUE value IS 95 (37.5% from 255) = 18.85%

R = 48.21%
G = 32.94%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F3A65F (or 0xF3A65F) is known color: Sandy Brown. HEX triplet: F3, A6 and 5F. RGB value is (243,166,95). Sum of RGB (Red+Green+Blue) = 243+166+95=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A65F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A65F is #0C59A0. Grayscale: #B5B5B5. Windows color (decimal): -809377 or 6268659. OLE color: 6268659.

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

Color convert

RGB 243 166 95 -
CMYK 0 0.32 0.61 0.05
HSL 28.78º 0.86% 0.66% -
HSV(B) 28.78º 0.61% 0.95% -
XYZ 52.66 47.15 17.15 -
YUV 180.93 79.51 172.27 -
System Red Green Blue C M Y K H S L
Decimal 243 166 95 0 0.32 0.61 0.05 28.78 0.86 0.66
Hex F3 A6 5F 0 20 3D 5 1D 56 42
Octal 363 246 137 0 40 75 5 35 126 102
Binary 11110011 10100110 1011111 0 100000 111101 101 11101 1010110 1000010

Color Harmonies of #F3A65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A65F

Black with #F3A65F

Text Example


Text Example

White with #F3A65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A65F; }

 p { color: rgb(243,166,95); }

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

background-color css

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

 a { background-color: rgb(243,166,95); }

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

border-color css

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

 span { border-color: rgb(243,166,95); }

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