Html Css Color HEX #F5A760 Sandy Brown

📋 copy color: '#F5A760'

red 245 ◦ green 167 ◦ blue 96

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

Shades of Sandy Brown #F5A760

Tints of Sandy Brown #F5A760

RGB

 RED value IS 245 (96.09% from 255) = 48.23%

 GREEN value IS 167 (65.63% from 255) = 32.87%

 BLUE value IS 96 (37.89% from 255) = 18.9%

R = 48.23%
G = 32.87%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5A760 (or 0xF5A760) is known color: Sandy Brown. HEX triplet: F5, A7 and 60. RGB value is (245,167,96). Sum of RGB (Red+Green+Blue) = 245+167+96=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A760 is #0A589F. Grayscale: #B6B6B6. Windows color (decimal): -678048 or 6334453. OLE color: 6334453.

HSL color Cylindrical-coordinate representation of color #F5A760: hue angle of 28.59º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5A760 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 167 96 -
CMYK 0 0.32 0.61 0.04
HSL 28.59º 0.88% 0.67% -
HSV(B) 28.59º 0.61% 0.96% -
XYZ 53.59 47.89 17.49 -
YUV 182.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 245 167 96 0 0.32 0.61 0.04 28.59 0.88 0.67
Hex F5 A7 60 0 20 3D 4 1D 58 43
Octal 365 247 140 0 40 75 4 35 130 103
Binary 11110101 10100111 1100000 0 100000 111101 100 11101 1011000 1000011

Color Harmonies of #F5A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A760

Black with #F5A760

Text Example


Text Example

White with #F5A760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A760; }

 p { color: rgb(245,167,96); }

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

background-color css

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

 a { background-color: rgb(245,167,96); }

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

border-color css

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

 span { border-color: rgb(245,167,96); }

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