Html Css Color HEX #F2A557 Sandy Brown

📋 copy color: '#F2A557'

red 242 ◦ green 165 ◦ blue 87

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

Shades of Sandy Brown #F2A557

Tints of Sandy Brown #F2A557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.61%

R = 48.99%
G = 33.4%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2A557 (or 0xF2A557) is known color: Sandy Brown. HEX triplet: F2, A5 and 57. RGB value is (242,165,87). Sum of RGB (Red+Green+Blue) = 242+165+87=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A557 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A557 is #0D5AA8. Grayscale: #B3B3B3. Windows color (decimal): -875177 or 5744114. OLE color: 5744114.

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

Color convert

RGB 242 165 87 -
CMYK 0 0.32 0.64 0.05
HSL 30.19º 0.86% 0.65% -
HSV(B) 30.19º 0.64% 0.95% -
XYZ 51.79 46.48 15.26 -
YUV 179.13 76.01 172.84 -
System Red Green Blue C M Y K H S L
Decimal 242 165 87 0 0.32 0.64 0.05 30.19 0.86 0.65
Hex F2 A5 57 0 20 40 5 1E 56 41
Octal 362 245 127 0 40 100 5 36 126 101
Binary 11110010 10100101 1010111 0 100000 1000000 101 11110 1010110 1000001

Color Harmonies of #F2A557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A557

Black with #F2A557

Text Example


Text Example

White with #F2A557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A557; }

 p { color: rgb(242,165,87); }

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

background-color css

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

 a { background-color: rgb(242,165,87); }

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

border-color css

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

 span { border-color: rgb(242,165,87); }

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