Html Css Color HEX #F0A56C Sandy Brown

📋 copy color: '#F0A56C'

red 240 ◦ green 165 ◦ blue 108

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

Shades of Sandy Brown #F0A56C

Tints of Sandy Brown #F0A56C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.16%

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

R = 46.78%
G = 32.16%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0A56C (or 0xF0A56C) is known color: Sandy Brown. HEX triplet: F0, A5 and 6C. RGB value is (240,165,108). Sum of RGB (Red+Green+Blue) = 240+165+108=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A56C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A56C is #0F5A93. Grayscale: #B5B5B5. Windows color (decimal): -1006228 or 7120368. OLE color: 7120368.

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

Color convert

RGB 240 165 108 -
CMYK 0 0.31 0.55 0.06
HSL 25.91º 0.81% 0.68% -
HSV(B) 25.91º 0.55% 0.94% -
XYZ 52.1 46.52 20.42 -
YUV 180.93 86.85 170.13 -
System Red Green Blue C M Y K H S L
Decimal 240 165 108 0 0.31 0.55 0.06 25.91 0.81 0.68
Hex F0 A5 6C 0 1F 37 6 1A 51 44
Octal 360 245 154 0 37 67 6 32 121 104
Binary 11110000 10100101 1101100 0 11111 110111 110 11010 1010001 1000100

Color Harmonies of #F0A56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A56C

Black with #F0A56C

Text Example


Text Example

White with #F0A56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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