Html Css Color HEX #F8A266 Sandy Brown

📋 copy color: '#F8A266'

red 248 ◦ green 162 ◦ blue 102

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

Shades of Sandy Brown #F8A266

Tints of Sandy Brown #F8A266

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.64%

 BLUE value IS 102 (40.23% from 255) = 19.92%

R = 48.44%
G = 31.64%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F8A266 (or 0xF8A266) is known color: Sandy Brown. HEX triplet: F8, A2 and 66. RGB value is (248,162,102). Sum of RGB (Red+Green+Blue) = 248+162+102=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A266 is #075D99. Grayscale: #B5B5B5. Windows color (decimal): -482714 or 6726392. OLE color: 6726392.

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

Color convert

RGB 248 162 102 -
CMYK 0 0.35 0.59 0.03
HSL 24.66º 0.91% 0.69% -
HSV(B) 24.66º 0.59% 0.97% -
XYZ 54.03 46.76 18.75 -
YUV 180.87 83.49 175.88 -
System Red Green Blue C M Y K H S L
Decimal 248 162 102 0 0.35 0.59 0.03 24.66 0.91 0.69
Hex F8 A2 66 0 23 3B 3 19 5B 45
Octal 370 242 146 0 43 73 3 31 133 105
Binary 11111000 10100010 1100110 0 100011 111011 11 11001 1011011 1000101

Color Harmonies of #F8A266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A266

Black with #F8A266

Text Example


Text Example

White with #F8A266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A266; }

 p { color: rgb(248,162,102); }

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

background-color css

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

 a { background-color: rgb(248,162,102); }

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

border-color css

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

 span { border-color: rgb(248,162,102); }

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