Html Css Color HEX #F1A85E Sandy Brown

📋 copy color: '#F1A85E'

red 241 ◦ green 168 ◦ blue 94

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

Shades of Sandy Brown #F1A85E

Tints of Sandy Brown #F1A85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.69%

R = 47.91%
G = 33.4%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1A85E (or 0xF1A85E) is known color: Sandy Brown. HEX triplet: F1, A8 and 5E. RGB value is (241,168,94). Sum of RGB (Red+Green+Blue) = 241+168+94=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A85E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A85E is #0E57A1. Grayscale: #B5B5B5. Windows color (decimal): -939938 or 6203633. OLE color: 6203633.

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

Color convert

RGB 241 168 94 -
CMYK 0 0.30 0.61 0.05
HSL 30.2º 0.84% 0.66% -
HSV(B) 30.2º 0.61% 0.95% -
XYZ 52.3 47.51 17 -
YUV 181.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 241 168 94 0 0.30 0.61 0.05 30.2 0.84 0.66
Hex F1 A8 5E 0 1E 3D 5 1E 54 42
Octal 361 250 136 0 36 75 5 36 124 102
Binary 11110001 10101000 1011110 0 11110 111101 101 11110 1010100 1000010

Color Harmonies of #F1A85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A85E

Black with #F1A85E

Text Example


Text Example

White with #F1A85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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