Html Css Color HEX #F0985E Sandy Brown

📋 copy color: '#F0985E'

red 240 ◦ green 152 ◦ blue 94

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

Shades of Sandy Brown #F0985E

Tints of Sandy Brown #F0985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.28%

 BLUE value IS 94 (37.11% from 255) = 19.34%

R = 49.38%
G = 31.28%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0985E (or 0xF0985E) is known color: Sandy Brown. HEX triplet: F0, 98 and 5E. RGB value is (240,152,94). Sum of RGB (Red+Green+Blue) = 240+152+94=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0985E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0985E is #0F67A1. Grayscale: #ACACAC. Windows color (decimal): -1009570 or 6199536. OLE color: 6199536.

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

Color convert

RGB 240 152 94 -
CMYK 0 0.37 0.61 0.06
HSL 23.84º 0.83% 0.65% -
HSV(B) 23.84º 0.61% 0.94% -
XYZ 49.18 41.79 16.06 -
YUV 171.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 240 152 94 0 0.37 0.61 0.06 23.84 0.83 0.65
Hex F0 98 5E 0 25 3D 6 18 53 41
Octal 360 230 136 0 45 75 6 30 123 101
Binary 11110000 10011000 1011110 0 100101 111101 110 11000 1010011 1000001

Color Harmonies of #F0985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0985E

Black with #F0985E

Text Example


Text Example

White with #F0985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0985E; }

 p { color: rgb(240,152,94); }

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

background-color css

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

 a { background-color: rgb(240,152,94); }

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

border-color css

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

 span { border-color: rgb(240,152,94); }

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