Html Css Color HEX #F1A558 Sandy Brown

📋 copy color: '#F1A558'

red 241 ◦ green 165 ◦ blue 88

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

Shades of Sandy Brown #F1A558

Tints of Sandy Brown #F1A558

RGB

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

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

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

R = 48.79%
G = 33.4%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1A558 (or 0xF1A558) is known color: Sandy Brown. HEX triplet: F1, A5 and 58. RGB value is (241,165,88). Sum of RGB (Red+Green+Blue) = 241+165+88=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 88 (34.77% from 255 or 17.81% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A558 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A558 is #0E5AA7. Grayscale: #B3B3B3. Windows color (decimal): -940712 or 5809649. OLE color: 5809649.

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

Color convert

RGB 241 165 88 -
CMYK 0 0.32 0.63 0.05
HSL 30.2º 0.85% 0.65% -
HSV(B) 30.2º 0.63% 0.95% -
XYZ 51.49 46.32 15.46 -
YUV 178.95 76.68 172.26 -
System Red Green Blue C M Y K H S L
Decimal 241 165 88 0 0.32 0.63 0.05 30.2 0.85 0.65
Hex F1 A5 58 0 20 3F 5 1E 55 41
Octal 361 245 130 0 40 77 5 36 125 101
Binary 11110001 10100101 1011000 0 100000 111111 101 11110 1010101 1000001

Color Harmonies of #F1A558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A558

Black with #F1A558

Text Example


Text Example

White with #F1A558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A558; }

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

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

background-color css

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

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

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

border-color css

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

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

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