Html Css Color HEX #F0A85A Sandy Brown

📋 copy color: '#F0A85A'

red 240 ◦ green 168 ◦ blue 90

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

Shades of Sandy Brown #F0A85A

Tints of Sandy Brown #F0A85A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

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

R = 48.19%
G = 33.73%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0A85A (or 0xF0A85A) is known color: Sandy Brown. HEX triplet: F0, A8 and 5A. RGB value is (240,168,90). Sum of RGB (Red+Green+Blue) = 240+168+90=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A85A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A85A is #0F57A5. Grayscale: #B5B5B5. Windows color (decimal): -1005478 or 5941488. OLE color: 5941488.

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

Color convert

RGB 240 168 90 -
CMYK 0 0.3 0.62 0.06
HSL 31.2º 0.83% 0.65% -
HSV(B) 31.2º 0.63% 0.94% -
XYZ 51.78 47.27 16.07 -
YUV 180.64 76.85 170.34 -
System Red Green Blue C M Y K H S L
Decimal 240 168 90 0 0.3 0.62 0.06 31.2 0.83 0.65
Hex F0 A8 5A 0 1E 3E 6 1F 53 41
Octal 360 250 132 0 36 76 6 37 123 101
Binary 11110000 10101000 1011010 0 11110 111110 110 11111 1010011 1000001

Color Harmonies of #F0A85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A85A

Black with #F0A85A

Text Example


Text Example

White with #F0A85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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