Html Css Color HEX #F0985C Sandy Brown

📋 copy color: '#F0985C'

red 240 ◦ green 152 ◦ blue 92

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

Shades of Sandy Brown #F0985C

Tints of Sandy Brown #F0985C

RGB

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

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

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

R = 49.59%
G = 31.4%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0985C (or 0xF0985C) is known color: Sandy Brown. HEX triplet: F0, 98 and 5C. RGB value is (240,152,92). Sum of RGB (Red+Green+Blue) = 240+152+92=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0985C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0985C is #0F67A3. Grayscale: #ABABAB. Windows color (decimal): -1009572 or 6068464. OLE color: 6068464.

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

Color convert

RGB 240 152 92 -
CMYK 0 0.37 0.62 0.06
HSL 24.32º 0.83% 0.65% -
HSV(B) 24.32º 0.62% 0.94% -
XYZ 49.1 41.75 15.6 -
YUV 171.47 83.15 176.88 -
System Red Green Blue C M Y K H S L
Decimal 240 152 92 0 0.37 0.62 0.06 24.32 0.83 0.65
Hex F0 98 5C 0 25 3E 6 18 53 41
Octal 360 230 134 0 45 76 6 30 123 101
Binary 11110000 10011000 1011100 0 100101 111110 110 11000 1010011 1000001

Color Harmonies of #F0985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0985C

Black with #F0985C

Text Example


Text Example

White with #F0985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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