Html Css Color HEX #F0955C Sandy Brown

📋 copy color: '#F0955C'

red 240 ◦ green 149 ◦ blue 92

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

Shades of Sandy Brown #F0955C

Tints of Sandy Brown #F0955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.98%

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

R = 49.9%
G = 30.98%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0955C (or 0xF0955C) is known color: Sandy Brown. HEX triplet: F0, 95 and 5C. RGB value is (240,149,92). Sum of RGB (Red+Green+Blue) = 240+149+92=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0955C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0955C is #0F6AA3. Grayscale: #AAAAAA. Windows color (decimal): -1010340 or 6067696. OLE color: 6067696.

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

Color convert

RGB 240 149 92 -
CMYK 0 0.38 0.62 0.06
HSL 23.11º 0.83% 0.65% -
HSV(B) 23.11º 0.62% 0.94% -
XYZ 48.61 40.79 15.44 -
YUV 169.71 84.15 178.13 -
System Red Green Blue C M Y K H S L
Decimal 240 149 92 0 0.38 0.62 0.06 23.11 0.83 0.65
Hex F0 95 5C 0 26 3E 6 17 53 41
Octal 360 225 134 0 46 76 6 27 123 101
Binary 11110000 10010101 1011100 0 100110 111110 110 10111 1010011 1000001

Color Harmonies of #F0955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0955C

Black with #F0955C

Text Example


Text Example

White with #F0955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0955C; }

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

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

background-color css

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

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

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

border-color css

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

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

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