Html Css Color HEX #F0955A Sandy Brown

📋 copy color: '#F0955A'

red 240 ◦ green 149 ◦ blue 90

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

Shades of Sandy Brown #F0955A

Tints of Sandy Brown #F0955A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.79%

R = 50.1%
G = 31.11%
B = 18.79%

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

#F0955A (or 0xF0955A) is known color: Sandy Brown. HEX triplet: F0, 95 and 5A. RGB value is (240,149,90). Sum of RGB (Red+Green+Blue) = 240+149+90=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0955A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0955A is #0F6AA5. Grayscale: #A9A9A9. Windows color (decimal): -1010342 or 5936624. OLE color: 5936624.

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

Color convert

RGB 240 149 90 -
CMYK 0 0.38 0.62 0.06
HSL 23.6º 0.83% 0.65% -
HSV(B) 23.6º 0.63% 0.94% -
XYZ 48.53 40.76 14.98 -
YUV 169.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 240 149 90 0 0.38 0.62 0.06 23.6 0.83 0.65
Hex F0 95 5A 0 26 3E 6 18 53 41
Octal 360 225 132 0 46 76 6 30 123 101
Binary 11110000 10010101 1011010 0 100110 111110 110 11000 1010011 1000001

Color Harmonies of #F0955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0955A

Black with #F0955A

Text Example


Text Example

White with #F0955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0955A; }

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

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

background-color css

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

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

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

border-color css

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

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

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