Html Css Color HEX #F1845E Crusta

📋 copy color: '#F1845E'

red 241 ◦ green 132 ◦ blue 94

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

Shades of Crusta #F1845E

Tints of Crusta #F1845E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.13%

R = 51.61%
G = 28.27%
B = 20.13%

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

#F1845E (or 0xF1845E) is known color: Crusta. HEX triplet: F1, 84 and 5E. RGB value is (241,132,94). Sum of RGB (Red+Green+Blue) = 241+132+94=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1845E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1845E is #0E7BA1. Grayscale: #A0A0A0. Windows color (decimal): -949154 or 6194417. OLE color: 6194417.

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

Color convert

RGB 241 132 94 -
CMYK 0 0.45 0.61 0.05
HSL 15.51º 0.84% 0.66% -
HSV(B) 15.51º 0.61% 0.95% -
XYZ 46.55 36.01 15.09 -
YUV 160.26 90.61 185.59 -
System Red Green Blue C M Y K H S L
Decimal 241 132 94 0 0.45 0.61 0.05 15.51 0.84 0.66
Hex F1 84 5E 0 2D 3D 5 10 54 42
Octal 361 204 136 0 55 75 5 20 124 102
Binary 11110001 10000100 1011110 0 101101 111101 101 10000 1010100 1000010

Color Harmonies of #F1845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1845E

Black with #F1845E

Text Example


Text Example

White with #F1845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1845E; }

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

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

background-color css

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

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

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

border-color css

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

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

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