Html Css Color HEX #F09A60 Sandy Brown

📋 copy color: '#F09A60'

red 240 ◦ green 154 ◦ blue 96

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

Shades of Sandy Brown #F09A60

Tints of Sandy Brown #F09A60

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.43%

 BLUE value IS 96 (37.89% from 255) = 19.59%

R = 48.98%
G = 31.43%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F09A60 (or 0xF09A60) is known color: Sandy Brown. HEX triplet: F0, 9A and 60. RGB value is (240,154,96). Sum of RGB (Red+Green+Blue) = 240+154+96=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09A60 is #0F659F. Grayscale: #ADADAD. Windows color (decimal): -1009056 or 6331120. OLE color: 6331120.

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

Color convert

RGB 240 154 96 -
CMYK 0 0.36 0.6 0.06
HSL 24.17º 0.83% 0.66% -
HSV(B) 24.17º 0.6% 0.94% -
XYZ 49.6 42.48 16.65 -
YUV 173.1 84.49 175.72 -
System Red Green Blue C M Y K H S L
Decimal 240 154 96 0 0.36 0.6 0.06 24.17 0.83 0.66
Hex F0 9A 60 0 24 3C 6 18 53 42
Octal 360 232 140 0 44 74 6 30 123 102
Binary 11110000 10011010 1100000 0 100100 111100 110 11000 1010011 1000010

Color Harmonies of #F09A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A60

Black with #F09A60

Text Example


Text Example

White with #F09A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A60; }

 p { color: rgb(240,154,96); }

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

background-color css

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

 a { background-color: rgb(240,154,96); }

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

border-color css

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

 span { border-color: rgb(240,154,96); }

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