Html Css Color HEX #F0A36C Sandy Brown

📋 copy color: '#F0A36C'

red 240 ◦ green 163 ◦ blue 108

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

Shades of Sandy Brown #F0A36C

Tints of Sandy Brown #F0A36C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.9%

 BLUE value IS 108 (42.58% from 255) = 21.14%

R = 46.97%
G = 31.9%
B = 21.14%

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

#F0A36C (or 0xF0A36C) is known color: Sandy Brown. HEX triplet: F0, A3 and 6C. RGB value is (240,163,108). Sum of RGB (Red+Green+Blue) = 240+163+108=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A36C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A36C is #0F5C93. Grayscale: #B4B4B4. Windows color (decimal): -1006740 or 7119856. OLE color: 7119856.

HSL color Cylindrical-coordinate representation of color #F0A36C: hue angle of 25º 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 #F0A36C is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 163 108 -
CMYK 0 0.32 0.55 0.06
HSL 25º 0.81% 0.68% -
HSV(B) 25º 0.55% 0.94% -
XYZ 51.74 45.8 20.3 -
YUV 179.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 240 163 108 0 0.32 0.55 0.06 25 0.81 0.68
Hex F0 A3 6C 0 20 37 6 19 51 44
Octal 360 243 154 0 40 67 6 31 121 104
Binary 11110000 10100011 1101100 0 100000 110111 110 11001 1010001 1000100

Color Harmonies of #F0A36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A36C

Black with #F0A36C

Text Example


Text Example

White with #F0A36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A36C; }

 p { color: rgb(240,163,108); }

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

background-color css

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

 a { background-color: rgb(240,163,108); }

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

border-color css

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

 span { border-color: rgb(240,163,108); }

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