Html Css Color HEX #F8A360 Sandy Brown

📋 copy color: '#F8A360'

red 248 ◦ green 163 ◦ blue 96

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

Shades of Sandy Brown #F8A360

Tints of Sandy Brown #F8A360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.15%

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

R = 48.92%
G = 32.15%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F8A360 (or 0xF8A360) is known color: Sandy Brown. HEX triplet: F8, A3 and 60. RGB value is (248,163,96). Sum of RGB (Red+Green+Blue) = 248+163+96=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A360 is #075C9F. Grayscale: #B5B5B5. Windows color (decimal): -482464 or 6333432. OLE color: 6333432.

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

Color convert

RGB 248 163 96 -
CMYK 0 0.34 0.61 0.03
HSL 26.45º 0.92% 0.67% -
HSV(B) 26.45º 0.61% 0.97% -
XYZ 53.92 47 17.3 -
YUV 180.78 80.16 175.95 -
System Red Green Blue C M Y K H S L
Decimal 248 163 96 0 0.34 0.61 0.03 26.45 0.92 0.67
Hex F8 A3 60 0 22 3D 3 1A 5C 43
Octal 370 243 140 0 42 75 3 32 134 103
Binary 11111000 10100011 1100000 0 100010 111101 11 11010 1011100 1000011

Color Harmonies of #F8A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A360

Black with #F8A360

Text Example


Text Example

White with #F8A360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A360; }

 p { color: rgb(248,163,96); }

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

background-color css

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

 a { background-color: rgb(248,163,96); }

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

border-color css

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

 span { border-color: rgb(248,163,96); }

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