Html Css Color HEX #F18558 Crusta

📋 copy color: '#F18558'

red 241 ◦ green 133 ◦ blue 88

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

Shades of Crusta #F18558

Tints of Crusta #F18558

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.79%

 BLUE value IS 88 (34.77% from 255) = 19.05%

R = 52.16%
G = 28.79%
B = 19.05%

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

#F18558 (or 0xF18558) is known color: Crusta. HEX triplet: F1, 85 and 58. RGB value is (241,133,88). Sum of RGB (Red+Green+Blue) = 241+133+88=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F18558 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18558 is #0E7AA7. Grayscale: #A0A0A0. Windows color (decimal): -948904 or 5801457. OLE color: 5801457.

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

Color convert

RGB 241 133 88 -
CMYK 0 0.45 0.63 0.05
HSL 17.65º 0.85% 0.65% -
HSV(B) 17.65º 0.63% 0.95% -
XYZ 46.42 36.18 13.77 -
YUV 160.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 241 133 88 0 0.45 0.63 0.05 17.65 0.85 0.65
Hex F1 85 58 0 2D 3F 5 12 55 41
Octal 361 205 130 0 55 77 5 22 125 101
Binary 11110001 10000101 1011000 0 101101 111111 101 10010 1010101 1000001

Color Harmonies of #F18558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18558

Black with #F18558

Text Example


Text Example

White with #F18558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18558; }

 p { color: rgb(241,133,88); }

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

background-color css

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

 a { background-color: rgb(241,133,88); }

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

border-color css

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

 span { border-color: rgb(241,133,88); }

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