Html Css Color HEX #F09D5F Sandy Brown

📋 copy color: '#F09D5F'

red 240 ◦ green 157 ◦ blue 95

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

Shades of Sandy Brown #F09D5F

Tints of Sandy Brown #F09D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.31%

R = 48.78%
G = 31.91%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F09D5F (or 0xF09D5F) is known color: Sandy Brown. HEX triplet: F0, 9D and 5F. RGB value is (240,157,95). Sum of RGB (Red+Green+Blue) = 240+157+95=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09D5F is #0F62A0. Grayscale: #AFAFAF. Windows color (decimal): -1008289 or 6266352. OLE color: 6266352.

HSL color Cylindrical-coordinate representation of color #F09D5F: hue angle of 25.66º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F09D5F is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 157 95 -
CMYK 0 0.35 0.60 0.06
HSL 25.66º 0.83% 0.66% -
HSV(B) 25.66º 0.6% 0.94% -
XYZ 50.06 43.47 16.58 -
YUV 174.75 83 174.54 -
System Red Green Blue C M Y K H S L
Decimal 240 157 95 0 0.35 0.60 0.06 25.66 0.83 0.66
Hex F0 9D 5F 0 23 3C 6 1A 53 42
Octal 360 235 137 0 43 74 6 32 123 102
Binary 11110000 10011101 1011111 0 100011 111100 110 11010 1010011 1000010

Color Harmonies of #F09D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09D5F

Black with #F09D5F

Text Example


Text Example

White with #F09D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09D5F; }

 p { color: rgb(240,157,95); }

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

background-color css

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

 a { background-color: rgb(240,157,95); }

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

border-color css

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

 span { border-color: rgb(240,157,95); }

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