Html Css Color HEX #F19155 Crusta

📋 copy color: '#F19155'

red 241 ◦ green 145 ◦ blue 85

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

Shades of Crusta #F19155

Tints of Crusta #F19155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.79%

 BLUE value IS 85 (33.59% from 255) = 18.05%

R = 51.17%
G = 30.79%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F19155 (or 0xF19155) is known color: Crusta. HEX triplet: F1, 91 and 55. RGB value is (241,145,85). Sum of RGB (Red+Green+Blue) = 241+145+85=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F19155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19155 is #0E6EAA. Grayscale: #A7A7A7. Windows color (decimal): -945835 or 5607921. OLE color: 5607921.

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

Color convert

RGB 241 145 85 -
CMYK 0 0.40 0.65 0.05
HSL 23.08º 0.85% 0.64% -
HSV(B) 23.08º 0.65% 0.95% -
XYZ 48.04 39.61 13.71 -
YUV 166.86 81.8 180.88 -
System Red Green Blue C M Y K H S L
Decimal 241 145 85 0 0.40 0.65 0.05 23.08 0.85 0.64
Hex F1 91 55 0 28 41 5 17 55 40
Octal 361 221 125 0 50 101 5 27 125 100
Binary 11110001 10010001 1010101 0 101000 1000001 101 10111 1010101 1000000

Color Harmonies of #F19155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19155

Black with #F19155

Text Example


Text Example

White with #F19155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19155; }

 p { color: rgb(241,145,85); }

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

background-color css

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

 a { background-color: rgb(241,145,85); }

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

border-color css

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

 span { border-color: rgb(241,145,85); }

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