Html Css Color HEX #F3A066 Sandy Brown

📋 copy color: '#F3A066'

red 243 ◦ green 160 ◦ blue 102

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

Shades of Sandy Brown #F3A066

Tints of Sandy Brown #F3A066

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.68%

 BLUE value IS 102 (40.23% from 255) = 20.2%

R = 48.12%
G = 31.68%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F3A066 (or 0xF3A066) is known color: Sandy Brown. HEX triplet: F3, A0 and 66. RGB value is (243,160,102). Sum of RGB (Red+Green+Blue) = 243+160+102=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A066 is #0C5F99. Grayscale: #B2B2B2. Windows color (decimal): -810906 or 6725875. OLE color: 6725875.

HSL color Cylindrical-coordinate representation of color #F3A066: hue angle of 24.68º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3A066 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 160 102 -
CMYK 0 0.34 0.58 0.05
HSL 24.68º 0.85% 0.68% -
HSV(B) 24.68º 0.58% 0.95% -
XYZ 51.93 45.16 18.55 -
YUV 178.21 85 174.22 -
System Red Green Blue C M Y K H S L
Decimal 243 160 102 0 0.34 0.58 0.05 24.68 0.85 0.68
Hex F3 A0 66 0 22 3A 5 19 55 44
Octal 363 240 146 0 42 72 5 31 125 104
Binary 11110011 10100000 1100110 0 100010 111010 101 11001 1010101 1000100

Color Harmonies of #F3A066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A066

Black with #F3A066

Text Example


Text Example

White with #F3A066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A066; }

 p { color: rgb(243,160,102); }

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

background-color css

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

 a { background-color: rgb(243,160,102); }

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

border-color css

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

 span { border-color: rgb(243,160,102); }

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