Html Css Color HEX #F1A354 Sandy Brown

📋 copy color: '#F1A354'

red 241 ◦ green 163 ◦ blue 84

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

Shades of Sandy Brown #F1A354

Tints of Sandy Brown #F1A354

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.4%

 BLUE value IS 84 (33.2% from 255) = 17.21%

R = 49.39%
G = 33.4%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F1A354 (or 0xF1A354) is known color: Sandy Brown. HEX triplet: F1, A3 and 54. RGB value is (241,163,84). Sum of RGB (Red+Green+Blue) = 241+163+84=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A354 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A354 is #0E5CAB. Grayscale: #B1B1B1. Windows color (decimal): -941228 or 5546993. OLE color: 5546993.

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

Color convert

RGB 241 163 84 -
CMYK 0 0.32 0.65 0.05
HSL 30.19º 0.85% 0.64% -
HSV(B) 30.19º 0.65% 0.95% -
XYZ 50.97 45.54 14.49 -
YUV 177.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 241 163 84 0 0.32 0.65 0.05 30.19 0.85 0.64
Hex F1 A3 54 0 20 41 5 1E 55 40
Octal 361 243 124 0 40 101 5 36 125 100
Binary 11110001 10100011 1010100 0 100000 1000001 101 11110 1010101 1000000

Color Harmonies of #F1A354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A354

Black with #F1A354

Text Example


Text Example

White with #F1A354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A354; }

 p { color: rgb(241,163,84); }

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

background-color css

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

 a { background-color: rgb(241,163,84); }

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

border-color css

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

 span { border-color: rgb(241,163,84); }

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