Html Css Color HEX #F1885F Crusta

📋 copy color: '#F1885F'

red 241 ◦ green 136 ◦ blue 95

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

Shades of Crusta #F1885F

Tints of Crusta #F1885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.81%

 BLUE value IS 95 (37.5% from 255) = 20.13%

R = 51.06%
G = 28.81%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1885F (or 0xF1885F) is known color: Crusta. HEX triplet: F1, 88 and 5F. RGB value is (241,136,95). Sum of RGB (Red+Green+Blue) = 241+136+95=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F1885F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1885F is #0E77A0. Grayscale: #A2A2A2. Windows color (decimal): -948129 or 6260977. OLE color: 6260977.

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

Color convert

RGB 241 136 95 -
CMYK 0 0.44 0.61 0.05
HSL 16.85º 0.84% 0.66% -
HSV(B) 16.85º 0.61% 0.95% -
XYZ 47.15 37.14 15.51 -
YUV 162.72 89.79 183.83 -
System Red Green Blue C M Y K H S L
Decimal 241 136 95 0 0.44 0.61 0.05 16.85 0.84 0.66
Hex F1 88 5F 0 2C 3D 5 11 54 42
Octal 361 210 137 0 54 75 5 21 124 102
Binary 11110001 10001000 1011111 0 101100 111101 101 10001 1010100 1000010

Color Harmonies of #F1885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1885F

Black with #F1885F

Text Example


Text Example

White with #F1885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1885F; }

 p { color: rgb(241,136,95); }

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

background-color css

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

 a { background-color: rgb(241,136,95); }

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

border-color css

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

 span { border-color: rgb(241,136,95); }

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