Html Css Color HEX #F1A154 Sandy Brown

📋 copy color: '#F1A154'

red 241 ◦ green 161 ◦ blue 84

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

Shades of Sandy Brown #F1A154

Tints of Sandy Brown #F1A154

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.13%

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

R = 49.59%
G = 33.13%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F1A154 (or 0xF1A154) is known color: Sandy Brown. HEX triplet: F1, A1 and 54. RGB value is (241,161,84). Sum of RGB (Red+Green+Blue) = 241+161+84=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A154 is #0E5EAB. Grayscale: #B0B0B0. Windows color (decimal): -941740 or 5546481. OLE color: 5546481.

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

Color convert

RGB 241 161 84 -
CMYK 0 0.33 0.65 0.05
HSL 29.43º 0.85% 0.64% -
HSV(B) 29.43º 0.65% 0.95% -
XYZ 50.62 44.83 14.37 -
YUV 176.14 76 174.26 -
System Red Green Blue C M Y K H S L
Decimal 241 161 84 0 0.33 0.65 0.05 29.43 0.85 0.64
Hex F1 A1 54 0 21 41 5 1D 55 40
Octal 361 241 124 0 41 101 5 35 125 100
Binary 11110001 10100001 1010100 0 100001 1000001 101 11101 1010101 1000000

Color Harmonies of #F1A154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A154

Black with #F1A154

Text Example


Text Example

White with #F1A154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A154; }

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

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

background-color css

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

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

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

border-color css

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

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

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