Html Css Color HEX #F0AC5C Sandy Brown

📋 copy color: '#F0AC5C'

red 240 ◦ green 172 ◦ blue 92

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

Shades of Sandy Brown #F0AC5C

Tints of Sandy Brown #F0AC5C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.13%

 BLUE value IS 92 (36.33% from 255) = 18.25%

R = 47.62%
G = 34.13%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0AC5C (or 0xF0AC5C) is known color: Sandy Brown. HEX triplet: F0, AC and 5C. RGB value is (240,172,92). Sum of RGB (Red+Green+Blue) = 240+172+92=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC5C is #0F53A3. Grayscale: #B7B7B7. Windows color (decimal): -1004452 or 6073584. OLE color: 6073584.

HSL color Cylindrical-coordinate representation of color #F0AC5C: hue angle of 32.43º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0AC5C is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 172 92 -
CMYK 0 0.28 0.62 0.06
HSL 32.43º 0.83% 0.65% -
HSV(B) 32.43º 0.62% 0.94% -
XYZ 52.62 48.8 16.77 -
YUV 183.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 240 172 92 0 0.28 0.62 0.06 32.43 0.83 0.65
Hex F0 AC 5C 0 1C 3E 6 20 53 41
Octal 360 254 134 0 34 76 6 40 123 101
Binary 11110000 10101100 1011100 0 11100 111110 110 100000 1010011 1000001

Color Harmonies of #F0AC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC5C

Black with #F0AC5C

Text Example


Text Example

White with #F0AC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC5C; }

 p { color: rgb(240,172,92); }

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

background-color css

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

 a { background-color: rgb(240,172,92); }

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

border-color css

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

 span { border-color: rgb(240,172,92); }

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