Html Css Color HEX #F7985A Sandy Brown

📋 copy color: '#F7985A'

red 247 ◦ green 152 ◦ blue 90

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

Shades of Sandy Brown #F7985A

Tints of Sandy Brown #F7985A

RGB

 RED value IS 247 (96.88% from 255) = 50.51%

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

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

R = 50.51%
G = 31.08%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F7985A (or 0xF7985A) is known color: Sandy Brown. HEX triplet: F7, 98 and 5A. RGB value is (247,152,90). Sum of RGB (Red+Green+Blue) = 247+152+90=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F7985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7985A is #0867A5. Grayscale: #ADADAD. Windows color (decimal): -550822 or 5937399. OLE color: 5937399.

HSL color Cylindrical-coordinate representation of color #F7985A: hue angle of 23.69º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7985A is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 152 90 -
CMYK 0 0.38 0.64 0.03
HSL 23.69º 0.91% 0.66% -
HSV(B) 23.69º 0.64% 0.97% -
XYZ 51.43 42.97 15.26 -
YUV 173.34 80.97 180.54 -
System Red Green Blue C M Y K H S L
Decimal 247 152 90 0 0.38 0.64 0.03 23.69 0.91 0.66
Hex F7 98 5A 0 26 40 3 18 5B 42
Octal 367 230 132 0 46 100 3 30 133 102
Binary 11110111 10011000 1011010 0 100110 1000000 11 11000 1011011 1000010

Color Harmonies of #F7985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7985A

Black with #F7985A

Text Example


Text Example

White with #F7985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7985A; }

 p { color: rgb(247,152,90); }

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

background-color css

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

 a { background-color: rgb(247,152,90); }

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

border-color css

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

 span { border-color: rgb(247,152,90); }

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