Html Css Color HEX #F0975B Sandy Brown

📋 copy color: '#F0975B'

red 240 ◦ green 151 ◦ blue 91

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

Shades of Sandy Brown #F0975B

Tints of Sandy Brown #F0975B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.33%

 BLUE value IS 91 (35.94% from 255) = 18.88%

R = 49.79%
G = 31.33%
B = 18.88%

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

#F0975B (or 0xF0975B) is known color: Sandy Brown. HEX triplet: F0, 97 and 5B. RGB value is (240,151,91). Sum of RGB (Red+Green+Blue) = 240+151+91=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0975B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0975B is #0F68A4. Grayscale: #ABABAB. Windows color (decimal): -1009829 or 6002672. OLE color: 6002672.

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

Color convert

RGB 240 151 91 -
CMYK 0 0.37 0.62 0.06
HSL 24.16º 0.83% 0.65% -
HSV(B) 24.16º 0.62% 0.94% -
XYZ 48.89 41.41 15.31 -
YUV 170.77 82.99 177.38 -
System Red Green Blue C M Y K H S L
Decimal 240 151 91 0 0.37 0.62 0.06 24.16 0.83 0.65
Hex F0 97 5B 0 25 3E 6 18 53 41
Octal 360 227 133 0 45 76 6 30 123 101
Binary 11110000 10010111 1011011 0 100101 111110 110 11000 1010011 1000001

Color Harmonies of #F0975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0975B

Black with #F0975B

Text Example


Text Example

White with #F0975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0975B; }

 p { color: rgb(240,151,91); }

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

background-color css

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

 a { background-color: rgb(240,151,91); }

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

border-color css

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

 span { border-color: rgb(240,151,91); }

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