Html Css Color HEX #F89D5C Sandy Brown

📋 copy color: '#F89D5C'

red 248 ◦ green 157 ◦ blue 92

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

Shades of Sandy Brown #F89D5C

Tints of Sandy Brown #F89D5C

RGB

 RED value IS 248 (97.27% from 255) = 49.9%

 GREEN value IS 157 (61.72% from 255) = 31.59%

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

R = 49.9%
G = 31.59%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F89D5C (or 0xF89D5C) is known color: Sandy Brown. HEX triplet: F8, 9D and 5C. RGB value is (248,157,92). Sum of RGB (Red+Green+Blue) = 248+157+92=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89D5C is #0762A3. Grayscale: #B1B1B1. Windows color (decimal): -484004 or 6069752. OLE color: 6069752.

HSL color Cylindrical-coordinate representation of color #F89D5C: hue angle of 25º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F89D5C is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 157 92 -
CMYK 0 0.37 0.63 0.03
HSL 25º 0.92% 0.67% -
HSV(B) 25º 0.63% 0.97% -
XYZ 52.7 44.84 16 -
YUV 176.8 80.15 178.79 -
System Red Green Blue C M Y K H S L
Decimal 248 157 92 0 0.37 0.63 0.03 25 0.92 0.67
Hex F8 9D 5C 0 25 3F 3 19 5C 43
Octal 370 235 134 0 45 77 3 31 134 103
Binary 11111000 10011101 1011100 0 100101 111111 11 11001 1011100 1000011

Color Harmonies of #F89D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89D5C

Black with #F89D5C

Text Example


Text Example

White with #F89D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89D5C; }

 p { color: rgb(248,157,92); }

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

background-color css

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

 a { background-color: rgb(248,157,92); }

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

border-color css

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

 span { border-color: rgb(248,157,92); }

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