Html Css Color HEX #F6A558 Sandy Brown

📋 copy color: '#F6A558'

red 246 ◦ green 165 ◦ blue 88

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

Shades of Sandy Brown #F6A558

Tints of Sandy Brown #F6A558

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.07%

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

R = 49.3%
G = 33.07%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F6A558 (or 0xF6A558) is known color: Sandy Brown. HEX triplet: F6, A5 and 58. RGB value is (246,165,88). Sum of RGB (Red+Green+Blue) = 246+165+88=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A558 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A558 is #095AA7. Grayscale: #B4B4B4. Windows color (decimal): -613032 or 5809654. OLE color: 5809654.

HSL color Cylindrical-coordinate representation of color #F6A558: hue angle of 29.24º 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 #F6A558 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 165 88 -
CMYK 0 0.33 0.64 0.04
HSL 29.24º 0.9% 0.65% -
HSV(B) 29.24º 0.64% 0.96% -
XYZ 53.22 47.21 15.54 -
YUV 180.44 75.84 174.76 -
System Red Green Blue C M Y K H S L
Decimal 246 165 88 0 0.33 0.64 0.04 29.24 0.9 0.65
Hex F6 A5 58 0 21 40 4 1D 5A 41
Octal 366 245 130 0 41 100 4 35 132 101
Binary 11110110 10100101 1011000 0 100001 1000000 100 11101 1011010 1000001

Color Harmonies of #F6A558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A558

Black with #F6A558

Text Example


Text Example

White with #F6A558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A558; }

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

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

background-color css

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

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

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

border-color css

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

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

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