Html Css Color HEX #F0965A Sandy Brown

📋 copy color: '#F0965A'

red 240 ◦ green 150 ◦ blue 90

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

Shades of Sandy Brown #F0965A

Tints of Sandy Brown #F0965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.25%

 BLUE value IS 90 (35.55% from 255) = 18.75%

R = 50%
G = 31.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0965A (or 0xF0965A) is known color: Sandy Brown. HEX triplet: F0, 96 and 5A. RGB value is (240,150,90). Sum of RGB (Red+Green+Blue) = 240+150+90=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0965A is #0F69A5. Grayscale: #AAAAAA. Windows color (decimal): -1010086 or 5936880. OLE color: 5936880.

HSL color Cylindrical-coordinate representation of color #F0965A: hue angle of 24º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0965A is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 150 90 -
CMYK 0 0.37 0.62 0.06
HSL 24º 0.83% 0.65% -
HSV(B) 24º 0.63% 0.94% -
XYZ 48.69 41.08 15.04 -
YUV 170.07 82.82 177.88 -
System Red Green Blue C M Y K H S L
Decimal 240 150 90 0 0.37 0.62 0.06 24 0.83 0.65
Hex F0 96 5A 0 25 3E 6 18 53 41
Octal 360 226 132 0 45 76 6 30 123 101
Binary 11110000 10010110 1011010 0 100101 111110 110 11000 1010011 1000001

Color Harmonies of #F0965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0965A

Black with #F0965A

Text Example


Text Example

White with #F0965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0965A; }

 p { color: rgb(240,150,90); }

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

background-color css

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

 a { background-color: rgb(240,150,90); }

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

border-color css

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

 span { border-color: rgb(240,150,90); }

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