Html Css Color HEX #F09964 Sandy Brown

📋 copy color: '#F09964'

red 240 ◦ green 153 ◦ blue 100

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

Shades of Sandy Brown #F09964

Tints of Sandy Brown #F09964

RGB

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

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

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

R = 48.68%
G = 31.03%
B = 20.28%

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

#F09964 (or 0xF09964) is known color: Sandy Brown. HEX triplet: F0, 99 and 64. RGB value is (240,153,100). Sum of RGB (Red+Green+Blue) = 240+153+100=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F09964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09964 is #0F669B. Grayscale: #ADADAD. Windows color (decimal): -1009308 or 6593008. OLE color: 6593008.

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

Color convert

RGB 240 153 100 -
CMYK 0 0.36 0.58 0.06
HSL 22.71º 0.82% 0.67% -
HSV(B) 22.71º 0.58% 0.94% -
XYZ 49.63 42.23 17.59 -
YUV 172.97 86.82 175.81 -
System Red Green Blue C M Y K H S L
Decimal 240 153 100 0 0.36 0.58 0.06 22.71 0.82 0.67
Hex F0 99 64 0 24 3A 6 17 52 43
Octal 360 231 144 0 44 72 6 27 122 103
Binary 11110000 10011001 1100100 0 100100 111010 110 10111 1010010 1000011

Color Harmonies of #F09964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09964

Black with #F09964

Text Example


Text Example

White with #F09964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09964; }

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

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

background-color css

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

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

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

border-color css

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

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

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