Html Css Color HEX #F8A65A Sandy Brown

📋 copy color: '#F8A65A'

red 248 ◦ green 166 ◦ blue 90

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

Shades of Sandy Brown #F8A65A

Tints of Sandy Brown #F8A65A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.94%

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

R = 49.21%
G = 32.94%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F8A65A (or 0xF8A65A) is known color: Sandy Brown. HEX triplet: F8, A6 and 5A. RGB value is (248,166,90). Sum of RGB (Red+Green+Blue) = 248+166+90=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A65A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A65A is #0759A5. Grayscale: #B6B6B6. Windows color (decimal): -481702 or 5940984. OLE color: 5940984.

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

Color convert

RGB 248 166 90 -
CMYK 0 0.33 0.64 0.03
HSL 28.86º 0.92% 0.66% -
HSV(B) 28.86º 0.64% 0.97% -
XYZ 54.19 47.97 16.08 -
YUV 181.85 76.17 175.18 -
System Red Green Blue C M Y K H S L
Decimal 248 166 90 0 0.33 0.64 0.03 28.86 0.92 0.66
Hex F8 A6 5A 0 21 40 3 1D 5C 42
Octal 370 246 132 0 41 100 3 35 134 102
Binary 11111000 10100110 1011010 0 100001 1000000 11 11101 1011100 1000010

Color Harmonies of #F8A65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A65A

Black with #F8A65A

Text Example


Text Example

White with #F8A65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A65A; }

 p { color: rgb(248,166,90); }

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

background-color css

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

 a { background-color: rgb(248,166,90); }

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

border-color css

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

 span { border-color: rgb(248,166,90); }

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