Html Css Color HEX #F18458 Crusta

📋 copy color: '#F18458'

red 241 ◦ green 132 ◦ blue 88

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

Shades of Crusta #F18458

Tints of Crusta #F18458

RGB

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

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

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

R = 52.28%
G = 28.63%
B = 19.09%

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

#F18458 (or 0xF18458) is known color: Crusta. HEX triplet: F1, 84 and 58. RGB value is (241,132,88). Sum of RGB (Red+Green+Blue) = 241+132+88=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F18458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18458 is #0E7BA7. Grayscale: #9F9F9F. Windows color (decimal): -949160 or 5801201. OLE color: 5801201.

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

Color convert

RGB 241 132 88 -
CMYK 0 0.45 0.63 0.05
HSL 17.25º 0.85% 0.65% -
HSV(B) 17.25º 0.63% 0.95% -
XYZ 46.29 35.91 13.72 -
YUV 159.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 241 132 88 0 0.45 0.63 0.05 17.25 0.85 0.65
Hex F1 84 58 0 2D 3F 5 11 55 41
Octal 361 204 130 0 55 77 5 21 125 101
Binary 11110001 10000100 1011000 0 101101 111111 101 10001 1010101 1000001

Color Harmonies of #F18458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18458

Black with #F18458

Text Example


Text Example

White with #F18458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18458; }

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

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

background-color css

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

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

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

border-color css

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

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

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