Html Css Color HEX #F6A95A Sandy Brown

📋 copy color: '#F6A95A'

red 246 ◦ green 169 ◦ blue 90

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

Shades of Sandy Brown #F6A95A

Tints of Sandy Brown #F6A95A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.47%

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

R = 48.71%
G = 33.47%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6A95A (or 0xF6A95A) is known color: Sandy Brown. HEX triplet: F6, A9 and 5A. RGB value is (246,169,90). Sum of RGB (Red+Green+Blue) = 246+169+90=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A95A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A95A is #0956A5. Grayscale: #B7B7B7. Windows color (decimal): -612006 or 5941750. OLE color: 5941750.

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

Color convert

RGB 246 169 90 -
CMYK 0 0.31 0.63 0.04
HSL 30.38º 0.9% 0.66% -
HSV(B) 30.38º 0.63% 0.96% -
XYZ 54.04 48.71 16.23 -
YUV 183.02 75.51 172.92 -
System Red Green Blue C M Y K H S L
Decimal 246 169 90 0 0.31 0.63 0.04 30.38 0.9 0.66
Hex F6 A9 5A 0 1F 3F 4 1E 5A 42
Octal 366 251 132 0 37 77 4 36 132 102
Binary 11110110 10101001 1011010 0 11111 111111 100 11110 1011010 1000010

Color Harmonies of #F6A95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A95A

Black with #F6A95A

Text Example


Text Example

White with #F6A95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A95A; }

 p { color: rgb(246,169,90); }

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

background-color css

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

 a { background-color: rgb(246,169,90); }

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

border-color css

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

 span { border-color: rgb(246,169,90); }

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