Html Css Color HEX #F2A759 Sandy Brown

📋 copy color: '#F2A759'

red 242 ◦ green 167 ◦ blue 89

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

Shades of Sandy Brown #F2A759

Tints of Sandy Brown #F2A759

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.53%

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

R = 48.59%
G = 33.53%
B = 17.87%

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

#F2A759 (or 0xF2A759) is known color: Sandy Brown. HEX triplet: F2, A7 and 59. RGB value is (242,167,89). Sum of RGB (Red+Green+Blue) = 242+167+89=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A759 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A759 is #0D58A6. Grayscale: #B4B4B4. Windows color (decimal): -874663 or 5875698. OLE color: 5875698.

HSL color Cylindrical-coordinate representation of color #F2A759: hue angle of 30.59º 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 #F2A759 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 167 89 -
CMYK 0 0.31 0.63 0.05
HSL 30.59º 0.85% 0.65% -
HSV(B) 30.59º 0.63% 0.95% -
XYZ 52.24 47.24 15.82 -
YUV 180.53 76.35 171.84 -
System Red Green Blue C M Y K H S L
Decimal 242 167 89 0 0.31 0.63 0.05 30.59 0.85 0.65
Hex F2 A7 59 0 1F 3F 5 1F 55 41
Octal 362 247 131 0 37 77 5 37 125 101
Binary 11110010 10100111 1011001 0 11111 111111 101 11111 1010101 1000001

Color Harmonies of #F2A759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A759

Black with #F2A759

Text Example


Text Example

White with #F2A759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A759; }

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

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

background-color css

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

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

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

border-color css

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

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

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