Html Css Color HEX #F5995D Sandy Brown

📋 copy color: '#F5995D'

red 245 ◦ green 153 ◦ blue 93

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

Shades of Sandy Brown #F5995D

Tints of Sandy Brown #F5995D

RGB

 RED value IS 245 (96.09% from 255) = 49.9%

 GREEN value IS 153 (60.16% from 255) = 31.16%

 BLUE value IS 93 (36.72% from 255) = 18.94%

R = 49.9%
G = 31.16%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5995D (or 0xF5995D) is known color: Sandy Brown. HEX triplet: F5, 99 and 5D. RGB value is (245,153,93). Sum of RGB (Red+Green+Blue) = 245+153+93=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F5995D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5995D is #0A66A2. Grayscale: #ADADAD. Windows color (decimal): -681635 or 6134261. OLE color: 6134261.

HSL color Cylindrical-coordinate representation of color #F5995D: hue angle of 23.68º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5995D is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 153 93 -
CMYK 0 0.38 0.62 0.04
HSL 23.68º 0.88% 0.66% -
HSV(B) 23.68º 0.62% 0.96% -
XYZ 51.02 42.99 15.96 -
YUV 173.67 82.48 178.88 -
System Red Green Blue C M Y K H S L
Decimal 245 153 93 0 0.38 0.62 0.04 23.68 0.88 0.66
Hex F5 99 5D 0 26 3E 4 18 58 42
Octal 365 231 135 0 46 76 4 30 130 102
Binary 11110101 10011001 1011101 0 100110 111110 100 11000 1011000 1000010

Color Harmonies of #F5995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5995D

Black with #F5995D

Text Example


Text Example

White with #F5995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5995D; }

 p { color: rgb(245,153,93); }

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

background-color css

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

 a { background-color: rgb(245,153,93); }

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

border-color css

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

 span { border-color: rgb(245,153,93); }

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