Html Css Color HEX #F1A55B Sandy Brown

📋 copy color: '#F1A55B'

red 241 ◦ green 165 ◦ blue 91

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

Shades of Sandy Brown #F1A55B

Tints of Sandy Brown #F1A55B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.2%

 BLUE value IS 91 (35.94% from 255) = 18.31%

R = 48.49%
G = 33.2%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1A55B (or 0xF1A55B) is known color: Sandy Brown. HEX triplet: F1, A5 and 5B. RGB value is (241,165,91). Sum of RGB (Red+Green+Blue) = 241+165+91=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A55B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A55B is #0E5AA4. Grayscale: #B3B3B3. Windows color (decimal): -940709 or 6006257. OLE color: 6006257.

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

Color convert

RGB 241 165 91 -
CMYK 0 0.32 0.62 0.05
HSL 29.6º 0.84% 0.65% -
HSV(B) 29.6º 0.62% 0.95% -
XYZ 51.62 46.37 16.13 -
YUV 179.29 78.18 172.02 -
System Red Green Blue C M Y K H S L
Decimal 241 165 91 0 0.32 0.62 0.05 29.6 0.84 0.65
Hex F1 A5 5B 0 20 3E 5 1E 54 41
Octal 361 245 133 0 40 76 5 36 124 101
Binary 11110001 10100101 1011011 0 100000 111110 101 11110 1010100 1000001

Color Harmonies of #F1A55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A55B

Black with #F1A55B

Text Example


Text Example

White with #F1A55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A55B; }

 p { color: rgb(241,165,91); }

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

background-color css

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

 a { background-color: rgb(241,165,91); }

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

border-color css

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

 span { border-color: rgb(241,165,91); }

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