Html Css Color HEX #F6A858 Sandy Brown

📋 copy color: '#F6A858'

red 246 ◦ green 168 ◦ blue 88

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

Shades of Sandy Brown #F6A858

Tints of Sandy Brown #F6A858

RGB

 RED value IS 246 (96.48% from 255) = 49%

 GREEN value IS 168 (66.02% from 255) = 33.47%

 BLUE value IS 88 (34.77% from 255) = 17.53%

R = 49%
G = 33.47%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F6A858 (or 0xF6A858) is known color: Sandy Brown. HEX triplet: F6, A8 and 58. RGB value is (246,168,88). Sum of RGB (Red+Green+Blue) = 246+168+88=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A858 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A858 is #0957A7. Grayscale: #B6B6B6. Windows color (decimal): -612264 or 5810422. OLE color: 5810422.

HSL color Cylindrical-coordinate representation of color #F6A858: hue angle of 30.38º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F6A858 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 168 88 -
CMYK 0 0.32 0.64 0.04
HSL 30.38º 0.9% 0.65% -
HSV(B) 30.38º 0.64% 0.96% -
XYZ 53.77 48.3 15.72 -
YUV 182.2 74.84 173.5 -
System Red Green Blue C M Y K H S L
Decimal 246 168 88 0 0.32 0.64 0.04 30.38 0.9 0.65
Hex F6 A8 58 0 20 40 4 1E 5A 41
Octal 366 250 130 0 40 100 4 36 132 101
Binary 11110110 10101000 1011000 0 100000 1000000 100 11110 1011010 1000001

Color Harmonies of #F6A858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A858

Black with #F6A858

Text Example


Text Example

White with #F6A858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A858; }

 p { color: rgb(246,168,88); }

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

background-color css

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

 a { background-color: rgb(246,168,88); }

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

border-color css

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

 span { border-color: rgb(246,168,88); }

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