Html Css Color HEX #F1A858 Sandy Brown

📋 copy color: '#F1A858'

red 241 ◦ green 168 ◦ blue 88

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

Shades of Sandy Brown #F1A858

Tints of Sandy Brown #F1A858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.8%

 BLUE value IS 88 (34.77% from 255) = 17.71%

R = 48.49%
G = 33.8%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1A858 (or 0xF1A858) is known color: Sandy Brown. HEX triplet: F1, A8 and 58. RGB value is (241,168,88). Sum of RGB (Red+Green+Blue) = 241+168+88=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A858 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A858 is #0E57A7. Grayscale: #B5B5B5. Windows color (decimal): -939944 or 5810417. OLE color: 5810417.

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

Color convert

RGB 241 168 88 -
CMYK 0 0.30 0.63 0.05
HSL 31.37º 0.85% 0.65% -
HSV(B) 31.37º 0.63% 0.95% -
XYZ 52.04 47.41 15.64 -
YUV 180.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 241 168 88 0 0.30 0.63 0.05 31.37 0.85 0.65
Hex F1 A8 58 0 1E 3F 5 1F 55 41
Octal 361 250 130 0 36 77 5 37 125 101
Binary 11110001 10101000 1011000 0 11110 111111 101 11111 1010101 1000001

Color Harmonies of #F1A858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A858

Black with #F1A858

Text Example


Text Example

White with #F1A858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A858; }

 p { color: rgb(241,168,88); }

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

background-color css

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

 a { background-color: rgb(241,168,88); }

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

border-color css

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

 span { border-color: rgb(241,168,88); }

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