Html Css Color HEX #F5A45B Sandy Brown

📋 copy color: '#F5A45B'

red 245 ◦ green 164 ◦ blue 91

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

Shades of Sandy Brown #F5A45B

Tints of Sandy Brown #F5A45B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.8%

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

R = 49%
G = 32.8%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5A45B (or 0xF5A45B) is known color: Sandy Brown. HEX triplet: F5, A4 and 5B. RGB value is (245,164,91). Sum of RGB (Red+Green+Blue) = 245+164+91=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A45B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A45B is #0A5BA4. Grayscale: #B4B4B4. Windows color (decimal): -678821 or 6006005. OLE color: 6006005.

HSL color Cylindrical-coordinate representation of color #F5A45B: hue angle of 28.44º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5A45B is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 164 91 -
CMYK 0 0.33 0.63 0.04
HSL 28.44º 0.89% 0.66% -
HSV(B) 28.44º 0.63% 0.96% -
XYZ 52.82 46.72 16.13 -
YUV 179.9 77.84 174.44 -
System Red Green Blue C M Y K H S L
Decimal 245 164 91 0 0.33 0.63 0.04 28.44 0.89 0.66
Hex F5 A4 5B 0 21 3F 4 1C 59 42
Octal 365 244 133 0 41 77 4 34 131 102
Binary 11110101 10100100 1011011 0 100001 111111 100 11100 1011001 1000010

Color Harmonies of #F5A45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A45B

Black with #F5A45B

Text Example


Text Example

White with #F5A45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A45B; }

 p { color: rgb(245,164,91); }

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

background-color css

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

 a { background-color: rgb(245,164,91); }

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

border-color css

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

 span { border-color: rgb(245,164,91); }

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