Html Css Color HEX #F1A457 Sandy Brown

📋 copy color: '#F1A457'

red 241 ◦ green 164 ◦ blue 87

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

Shades of Sandy Brown #F1A457

Tints of Sandy Brown #F1A457

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.33%

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

R = 48.98%
G = 33.33%
B = 17.68%

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

#F1A457 (or 0xF1A457) is known color: Sandy Brown. HEX triplet: F1, A4 and 57. RGB value is (241,164,87). Sum of RGB (Red+Green+Blue) = 241+164+87=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A457 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A457 is #0E5BA8. Grayscale: #B2B2B2. Windows color (decimal): -940969 or 5743857. OLE color: 5743857.

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

Color convert

RGB 241 164 87 -
CMYK 0 0.32 0.64 0.05
HSL 30º 0.85% 0.64% -
HSV(B) 30º 0.64% 0.95% -
XYZ 51.27 45.94 15.18 -
YUV 178.25 76.51 172.76 -
System Red Green Blue C M Y K H S L
Decimal 241 164 87 0 0.32 0.64 0.05 30 0.85 0.64
Hex F1 A4 57 0 20 40 5 1E 55 40
Octal 361 244 127 0 40 100 5 36 125 100
Binary 11110001 10100100 1010111 0 100000 1000000 101 11110 1010101 1000000

Color Harmonies of #F1A457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A457

Black with #F1A457

Text Example


Text Example

White with #F1A457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A457; }

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

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

background-color css

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

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

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

border-color css

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

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

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