Html Css Color HEX #F1A557 Sandy Brown

📋 copy color: '#F1A557'

red 241 ◦ green 165 ◦ blue 87

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

Shades of Sandy Brown #F1A557

Tints of Sandy Brown #F1A557

RGB

 RED value IS 241 (94.53% from 255) = 48.88%

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

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

R = 48.88%
G = 33.47%
B = 17.65%

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

#F1A557 (or 0xF1A557) is known color: Sandy Brown. HEX triplet: F1, A5 and 57. RGB value is (241,165,87). Sum of RGB (Red+Green+Blue) = 241+165+87=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 87 (34.38% from 255 or 17.65% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A557 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A557 is #0E5AA8. Grayscale: #B3B3B3. Windows color (decimal): -940713 or 5744113. OLE color: 5744113.

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

Color convert

RGB 241 165 87 -
CMYK 0 0.32 0.64 0.05
HSL 30.39º 0.85% 0.64% -
HSV(B) 30.39º 0.64% 0.95% -
XYZ 51.45 46.3 15.24 -
YUV 178.83 76.18 172.34 -
System Red Green Blue C M Y K H S L
Decimal 241 165 87 0 0.32 0.64 0.05 30.39 0.85 0.64
Hex F1 A5 57 0 20 40 5 1E 55 40
Octal 361 245 127 0 40 100 5 36 125 100
Binary 11110001 10100101 1010111 0 100000 1000000 101 11110 1010101 1000000

Color Harmonies of #F1A557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A557

Black with #F1A557

Text Example


Text Example

White with #F1A557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A557; }

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

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

background-color css

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

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

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

border-color css

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

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

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