Html Css Color HEX #F8A05C Sandy Brown

📋 copy color: '#F8A05C'

red 248 ◦ green 160 ◦ blue 92

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

Shades of Sandy Brown #F8A05C

Tints of Sandy Brown #F8A05C

RGB

 RED value IS 248 (97.27% from 255) = 49.6%

 GREEN value IS 160 (62.89% from 255) = 32%

 BLUE value IS 92 (36.33% from 255) = 18.4%

R = 49.6%
G = 32%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8A05C (or 0xF8A05C) is known color: Sandy Brown. HEX triplet: F8, A0 and 5C. RGB value is (248,160,92). Sum of RGB (Red+Green+Blue) = 248+160+92=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A05C is #075FA3. Grayscale: #B2B2B2. Windows color (decimal): -483236 or 6070520. OLE color: 6070520.

HSL color Cylindrical-coordinate representation of color #F8A05C: hue angle of 26.15º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8A05C is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 160 92 -
CMYK 0 0.35 0.63 0.03
HSL 26.15º 0.92% 0.67% -
HSV(B) 26.15º 0.63% 0.97% -
XYZ 53.21 45.87 16.17 -
YUV 178.56 79.15 177.53 -
System Red Green Blue C M Y K H S L
Decimal 248 160 92 0 0.35 0.63 0.03 26.15 0.92 0.67
Hex F8 A0 5C 0 23 3F 3 1A 5C 43
Octal 370 240 134 0 43 77 3 32 134 103
Binary 11111000 10100000 1011100 0 100011 111111 11 11010 1011100 1000011

Color Harmonies of #F8A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A05C

Black with #F8A05C

Text Example


Text Example

White with #F8A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A05C; }

 p { color: rgb(248,160,92); }

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

background-color css

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

 a { background-color: rgb(248,160,92); }

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

border-color css

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

 span { border-color: rgb(248,160,92); }

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