Html Css Color HEX #F18358 Crusta

📋 copy color: '#F18358'

red 241 ◦ green 131 ◦ blue 88

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

Shades of Crusta #F18358

Tints of Crusta #F18358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.48%

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

R = 52.39%
G = 28.48%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F18358 (or 0xF18358) is known color: Crusta. HEX triplet: F1, 83 and 58. RGB value is (241,131,88). Sum of RGB (Red+Green+Blue) = 241+131+88=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F18358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18358 is #0E7CA7. Grayscale: #9F9F9F. Windows color (decimal): -949416 or 5800945. OLE color: 5800945.

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

Color convert

RGB 241 131 88 -
CMYK 0 0.46 0.63 0.05
HSL 16.86º 0.85% 0.65% -
HSV(B) 16.86º 0.63% 0.95% -
XYZ 46.15 35.64 13.68 -
YUV 158.99 87.94 186.5 -
System Red Green Blue C M Y K H S L
Decimal 241 131 88 0 0.46 0.63 0.05 16.86 0.85 0.65
Hex F1 83 58 0 2E 3F 5 11 55 41
Octal 361 203 130 0 56 77 5 21 125 101
Binary 11110001 10000011 1011000 0 101110 111111 101 10001 1010101 1000001

Color Harmonies of #F18358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18358

Black with #F18358

Text Example


Text Example

White with #F18358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18358; }

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

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

background-color css

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

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

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

border-color css

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

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

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