Html Css Color HEX #F18E5D Crusta

📋 copy color: '#F18E5D'

red 241 ◦ green 142 ◦ blue 93

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

Shades of Crusta #F18E5D

Tints of Crusta #F18E5D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.83%

 BLUE value IS 93 (36.72% from 255) = 19.54%

R = 50.63%
G = 29.83%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F18E5D (or 0xF18E5D) is known color: Crusta. HEX triplet: F1, 8E and 5D. RGB value is (241,142,93). Sum of RGB (Red+Green+Blue) = 241+142+93=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F18E5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18E5D is #0E71A2. Grayscale: #A6A6A6. Windows color (decimal): -946595 or 6131441. OLE color: 6131441.

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

Color convert

RGB 241 142 93 -
CMYK 0 0.41 0.61 0.05
HSL 19.86º 0.84% 0.65% -
HSV(B) 19.86º 0.61% 0.95% -
XYZ 47.92 38.84 15.33 -
YUV 166.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 241 142 93 0 0.41 0.61 0.05 19.86 0.84 0.65
Hex F1 8E 5D 0 29 3D 5 14 54 41
Octal 361 216 135 0 51 75 5 24 124 101
Binary 11110001 10001110 1011101 0 101001 111101 101 10100 1010100 1000001

Color Harmonies of #F18E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18E5D

Black with #F18E5D

Text Example


Text Example

White with #F18E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18E5D; }

 p { color: rgb(241,142,93); }

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

background-color css

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

 a { background-color: rgb(241,142,93); }

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

border-color css

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

 span { border-color: rgb(241,142,93); }

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