Html Css Color HEX #F1845A Crusta

📋 copy color: '#F1845A'

red 241 ◦ green 132 ◦ blue 90

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

Shades of Crusta #F1845A

Tints of Crusta #F1845A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.44%

R = 52.05%
G = 28.51%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1845A (or 0xF1845A) is known color: Crusta. HEX triplet: F1, 84 and 5A. RGB value is (241,132,90). Sum of RGB (Red+Green+Blue) = 241+132+90=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1845A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1845A is #0E7BA5. Grayscale: #A0A0A0. Windows color (decimal): -949158 or 5932273. OLE color: 5932273.

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

Color convert

RGB 241 132 90 -
CMYK 0 0.45 0.63 0.05
HSL 16.69º 0.84% 0.65% -
HSV(B) 16.69º 0.63% 0.95% -
XYZ 46.37 35.94 14.17 -
YUV 159.8 88.61 185.92 -
System Red Green Blue C M Y K H S L
Decimal 241 132 90 0 0.45 0.63 0.05 16.69 0.84 0.65
Hex F1 84 5A 0 2D 3F 5 11 54 41
Octal 361 204 132 0 55 77 5 21 124 101
Binary 11110001 10000100 1011010 0 101101 111111 101 10001 1010100 1000001

Color Harmonies of #F1845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1845A

Black with #F1845A

Text Example


Text Example

White with #F1845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1845A; }

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

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

background-color css

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

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

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

border-color css

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

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

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