Html Css Color HEX #F2A659 Sandy Brown

📋 copy color: '#F2A659'

red 242 ◦ green 166 ◦ blue 89

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

Shades of Sandy Brown #F2A659

Tints of Sandy Brown #F2A659

RGB

 RED value IS 242 (94.92% from 255) = 48.69%

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

 BLUE value IS 89 (35.16% from 255) = 17.91%

R = 48.69%
G = 33.4%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2A659 (or 0xF2A659) is known color: Sandy Brown. HEX triplet: F2, A6 and 59. RGB value is (242,166,89). Sum of RGB (Red+Green+Blue) = 242+166+89=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 89 (35.16% from 255 or 17.91% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A659 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A659 is #0D59A6. Grayscale: #B4B4B4. Windows color (decimal): -874919 or 5875442. OLE color: 5875442.

HSL color Cylindrical-coordinate representation of color #F2A659: hue angle of 30.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2A659 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 166 89 -
CMYK 0 0.31 0.63 0.05
HSL 30.2º 0.85% 0.65% -
HSV(B) 30.2º 0.63% 0.95% -
XYZ 52.06 46.87 15.75 -
YUV 179.95 76.68 172.26 -
System Red Green Blue C M Y K H S L
Decimal 242 166 89 0 0.31 0.63 0.05 30.2 0.85 0.65
Hex F2 A6 59 0 1F 3F 5 1E 55 41
Octal 362 246 131 0 37 77 5 36 125 101
Binary 11110010 10100110 1011001 0 11111 111111 101 11110 1010101 1000001

Color Harmonies of #F2A659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A659

Black with #F2A659

Text Example


Text Example

White with #F2A659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A659; }

 p { color: rgb(242,166,89); }

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

background-color css

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

 a { background-color: rgb(242,166,89); }

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

border-color css

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

 span { border-color: rgb(242,166,89); }

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