Html Css Color HEX #F1845F Crusta

📋 copy color: '#F1845F'

red 241 ◦ green 132 ◦ blue 95

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

Shades of Crusta #F1845F

Tints of Crusta #F1845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.21%

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

R = 51.5%
G = 28.21%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1845F (or 0xF1845F) is known color: Crusta. HEX triplet: F1, 84 and 5F. RGB value is (241,132,95). Sum of RGB (Red+Green+Blue) = 241+132+95=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1845F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1845F is #0E7BA0. Grayscale: #A0A0A0. Windows color (decimal): -949153 or 6259953. OLE color: 6259953.

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

Color convert

RGB 241 132 95 -
CMYK 0 0.45 0.61 0.05
HSL 15.21º 0.84% 0.66% -
HSV(B) 15.21º 0.61% 0.95% -
XYZ 46.59 36.03 15.33 -
YUV 160.37 91.11 185.51 -
System Red Green Blue C M Y K H S L
Decimal 241 132 95 0 0.45 0.61 0.05 15.21 0.84 0.66
Hex F1 84 5F 0 2D 3D 5 F 54 42
Octal 361 204 137 0 55 75 5 17 124 102
Binary 11110001 10000100 1011111 0 101101 111101 101 1111 1010100 1000010

Color Harmonies of #F1845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1845F

Black with #F1845F

Text Example


Text Example

White with #F1845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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