Html Css Color HEX #F1985A Sandy Brown

📋 copy color: '#F1985A'

red 241 ◦ green 152 ◦ blue 90

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

Shades of Sandy Brown #F1985A

Tints of Sandy Brown #F1985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.47%

 BLUE value IS 90 (35.55% from 255) = 18.63%

R = 49.9%
G = 31.47%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1985A (or 0xF1985A) is known color: Sandy Brown. HEX triplet: F1, 98 and 5A. RGB value is (241,152,90). Sum of RGB (Red+Green+Blue) = 241+152+90=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1985A is #0E67A5. Grayscale: #ABABAB. Windows color (decimal): -944038 or 5937393. OLE color: 5937393.

HSL color Cylindrical-coordinate representation of color #F1985A: hue angle of 24.64º degrees, saturation: 0.84, 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 #F1985A is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 152 90 -
CMYK 0 0.37 0.63 0.05
HSL 24.64º 0.84% 0.65% -
HSV(B) 24.64º 0.63% 0.95% -
XYZ 49.35 41.9 15.16 -
YUV 171.54 81.99 177.54 -
System Red Green Blue C M Y K H S L
Decimal 241 152 90 0 0.37 0.63 0.05 24.64 0.84 0.65
Hex F1 98 5A 0 25 3F 5 19 54 41
Octal 361 230 132 0 45 77 5 31 124 101
Binary 11110001 10011000 1011010 0 100101 111111 101 11001 1010100 1000001

Color Harmonies of #F1985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1985A

Black with #F1985A

Text Example


Text Example

White with #F1985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1985A; }

 p { color: rgb(241,152,90); }

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

background-color css

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

 a { background-color: rgb(241,152,90); }

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

border-color css

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

 span { border-color: rgb(241,152,90); }

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