Html Css Color HEX #F0955F Sandy Brown

📋 copy color: '#F0955F'

red 240 ◦ green 149 ◦ blue 95

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

Shades of Sandy Brown #F0955F

Tints of Sandy Brown #F0955F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.63%

R = 49.59%
G = 30.79%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0955F (or 0xF0955F) is known color: Sandy Brown. HEX triplet: F0, 95 and 5F. RGB value is (240,149,95). Sum of RGB (Red+Green+Blue) = 240+149+95=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0955F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0955F is #0F6AA0. Grayscale: #AAAAAA. Windows color (decimal): -1010337 or 6264304. OLE color: 6264304.

HSL color Cylindrical-coordinate representation of color #F0955F: hue angle of 22.34º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0955F is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 95 -
CMYK 0 0.38 0.60 0.06
HSL 22.34º 0.83% 0.66% -
HSV(B) 22.34º 0.6% 0.94% -
XYZ 48.75 40.85 16.14 -
YUV 170.05 85.65 177.89 -
System Red Green Blue C M Y K H S L
Decimal 240 149 95 0 0.38 0.60 0.06 22.34 0.83 0.66
Hex F0 95 5F 0 26 3C 6 16 53 42
Octal 360 225 137 0 46 74 6 26 123 102
Binary 11110000 10010101 1011111 0 100110 111100 110 10110 1010011 1000010

Color Harmonies of #F0955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0955F

Black with #F0955F

Text Example


Text Example

White with #F0955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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