Html Css Color HEX #F09A64 Sandy Brown

📋 copy color: '#F09A64'

red 240 ◦ green 154 ◦ blue 100

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

Shades of Sandy Brown #F09A64

Tints of Sandy Brown #F09A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.24%

R = 48.58%
G = 31.17%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F09A64 (or 0xF09A64) is known color: Sandy Brown. HEX triplet: F0, 9A and 64. RGB value is (240,154,100). Sum of RGB (Red+Green+Blue) = 240+154+100=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09A64 is #0F659B. Grayscale: #ADADAD. Windows color (decimal): -1009052 or 6593264. OLE color: 6593264.

HSL color Cylindrical-coordinate representation of color #F09A64: hue angle of 23.14º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F09A64 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 154 100 -
CMYK 0 0.36 0.58 0.06
HSL 23.14º 0.82% 0.67% -
HSV(B) 23.14º 0.58% 0.94% -
XYZ 49.79 42.56 17.65 -
YUV 173.56 86.49 175.39 -
System Red Green Blue C M Y K H S L
Decimal 240 154 100 0 0.36 0.58 0.06 23.14 0.82 0.67
Hex F0 9A 64 0 24 3A 6 17 52 43
Octal 360 232 144 0 44 72 6 27 122 103
Binary 11110000 10011010 1100100 0 100100 111010 110 10111 1010010 1000011

Color Harmonies of #F09A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A64

Black with #F09A64

Text Example


Text Example

White with #F09A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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