Html Css Color HEX #F0A46D Sandy Brown

📋 copy color: '#F0A46D'

red 240 ◦ green 164 ◦ blue 109

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

Shades of Sandy Brown #F0A46D

Tints of Sandy Brown #F0A46D

RGB

 RED value IS 240 (94.14% from 255) = 46.78%

 GREEN value IS 164 (64.45% from 255) = 31.97%

 BLUE value IS 109 (42.97% from 255) = 21.25%

R = 46.78%
G = 31.97%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0A46D (or 0xF0A46D) is known color: Sandy Brown. HEX triplet: F0, A4 and 6D. RGB value is (240,164,109). Sum of RGB (Red+Green+Blue) = 240+164+109=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A46D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A46D is #0F5B92. Grayscale: #B4B4B4. Windows color (decimal): -1006483 or 7185648. OLE color: 7185648.

HSL color Cylindrical-coordinate representation of color #F0A46D: hue angle of 25.19º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0A46D is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 164 109 -
CMYK 0 0.32 0.55 0.06
HSL 25.19º 0.81% 0.68% -
HSV(B) 25.19º 0.55% 0.94% -
XYZ 51.97 46.18 20.64 -
YUV 180.45 87.68 170.47 -
System Red Green Blue C M Y K H S L
Decimal 240 164 109 0 0.32 0.55 0.06 25.19 0.81 0.68
Hex F0 A4 6D 0 20 37 6 19 51 44
Octal 360 244 155 0 40 67 6 31 121 104
Binary 11110000 10100100 1101101 0 100000 110111 110 11001 1010001 1000100

Color Harmonies of #F0A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A46D

Black with #F0A46D

Text Example


Text Example

White with #F0A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A46D; }

 p { color: rgb(240,164,109); }

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

background-color css

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

 a { background-color: rgb(240,164,109); }

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

border-color css

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

 span { border-color: rgb(240,164,109); }

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