Html Css Color HEX #F18356 Crusta

📋 copy color: '#F18356'

red 241 ◦ green 131 ◦ blue 86

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

Shades of Crusta #F18356

Tints of Crusta #F18356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.78%

R = 52.62%
G = 28.6%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F18356 (or 0xF18356) is known color: Crusta. HEX triplet: F1, 83 and 56. RGB value is (241,131,86). Sum of RGB (Red+Green+Blue) = 241+131+86=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F18356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18356 is #0E7CA9. Grayscale: #9F9F9F. Windows color (decimal): -949418 or 5669873. OLE color: 5669873.

HSL color Cylindrical-coordinate representation of color #F18356: hue angle of 17.42º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F18356 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 131 86 -
CMYK 0 0.46 0.64 0.05
HSL 17.42º 0.85% 0.64% -
HSV(B) 17.42º 0.64% 0.95% -
XYZ 46.07 35.61 13.25 -
YUV 158.76 86.94 186.66 -
System Red Green Blue C M Y K H S L
Decimal 241 131 86 0 0.46 0.64 0.05 17.42 0.85 0.64
Hex F1 83 56 0 2E 40 5 11 55 40
Octal 361 203 126 0 56 100 5 21 125 100
Binary 11110001 10000011 1010110 0 101110 1000000 101 10001 1010101 1000000

Color Harmonies of #F18356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18356

Black with #F18356

Text Example


Text Example

White with #F18356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18356; }

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

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

background-color css

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

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

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

border-color css

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

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

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