Html Css Color HEX #F18C5E Crusta

📋 copy color: '#F18C5E'

red 241 ◦ green 140 ◦ blue 94

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

Shades of Crusta #F18C5E

Tints of Crusta #F18C5E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.47%

 BLUE value IS 94 (37.11% from 255) = 19.79%

R = 50.74%
G = 29.47%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F18C5E (or 0xF18C5E) is known color: Crusta. HEX triplet: F1, 8C and 5E. RGB value is (241,140,94). Sum of RGB (Red+Green+Blue) = 241+140+94=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C5E is #0E73A1. Grayscale: #A5A5A5. Windows color (decimal): -947106 or 6196465. OLE color: 6196465.

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

Color convert

RGB 241 140 94 -
CMYK 0 0.42 0.61 0.05
HSL 18.78º 0.84% 0.66% -
HSV(B) 18.78º 0.61% 0.95% -
XYZ 47.67 38.27 15.46 -
YUV 164.96 87.96 182.24 -
System Red Green Blue C M Y K H S L
Decimal 241 140 94 0 0.42 0.61 0.05 18.78 0.84 0.66
Hex F1 8C 5E 0 2A 3D 5 13 54 42
Octal 361 214 136 0 52 75 5 23 124 102
Binary 11110001 10001100 1011110 0 101010 111101 101 10011 1010100 1000010

Color Harmonies of #F18C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C5E

Black with #F18C5E

Text Example


Text Example

White with #F18C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C5E; }

 p { color: rgb(241,140,94); }

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

background-color css

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

 a { background-color: rgb(241,140,94); }

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

border-color css

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

 span { border-color: rgb(241,140,94); }

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