Html Css Color HEX #F1895C Crusta

📋 copy color: '#F1895C'

red 241 ◦ green 137 ◦ blue 92

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

Shades of Crusta #F1895C

Tints of Crusta #F1895C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.15%

 BLUE value IS 92 (36.33% from 255) = 19.57%

R = 51.28%
G = 29.15%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1895C (or 0xF1895C) is known color: Crusta. HEX triplet: F1, 89 and 5C. RGB value is (241,137,92). Sum of RGB (Red+Green+Blue) = 241+137+92=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F1895C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1895C is #0E76A3. Grayscale: #A3A3A3. Windows color (decimal): -947876 or 6064625. OLE color: 6064625.

HSL color Cylindrical-coordinate representation of color #F1895C: hue angle of 18.12º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1895C is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 137 92 -
CMYK 0 0.43 0.62 0.05
HSL 18.12º 0.84% 0.65% -
HSV(B) 18.12º 0.62% 0.95% -
XYZ 47.15 37.36 14.85 -
YUV 162.97 87.96 183.66 -
System Red Green Blue C M Y K H S L
Decimal 241 137 92 0 0.43 0.62 0.05 18.12 0.84 0.65
Hex F1 89 5C 0 2B 3E 5 12 54 41
Octal 361 211 134 0 53 76 5 22 124 101
Binary 11110001 10001001 1011100 0 101011 111110 101 10010 1010100 1000001

Color Harmonies of #F1895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1895C

Black with #F1895C

Text Example


Text Example

White with #F1895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1895C; }

 p { color: rgb(241,137,92); }

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

background-color css

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

 a { background-color: rgb(241,137,92); }

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

border-color css

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

 span { border-color: rgb(241,137,92); }

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