Html Css Color HEX #F18350 Crusta

📋 copy color: '#F18350'

red 241 ◦ green 131 ◦ blue 80

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

Shades of Crusta #F18350

Tints of Crusta #F18350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.7%

R = 53.32%
G = 28.98%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F18350 (or 0xF18350) is known color: Crusta. HEX triplet: F1, 83 and 50. RGB value is (241,131,80). Sum of RGB (Red+Green+Blue) = 241+131+80=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F18350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18350 is #0E7CAF. Grayscale: #9E9E9E. Windows color (decimal): -949424 or 5276657. OLE color: 5276657.

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

Color convert

RGB 241 131 80 -
CMYK 0 0.46 0.67 0.05
HSL 19.01º 0.85% 0.63% -
HSV(B) 19.01º 0.67% 0.95% -
XYZ 45.84 35.51 12.03 -
YUV 158.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 241 131 80 0 0.46 0.67 0.05 19.01 0.85 0.63
Hex F1 83 50 0 2E 43 5 13 55 3F
Octal 361 203 120 0 56 103 5 23 125 77
Binary 11110001 10000011 1010000 0 101110 1000011 101 10011 1010101 111111

Color Harmonies of #F18350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18350

Black with #F18350

Text Example


Text Example

White with #F18350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18350; }

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

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

background-color css

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

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

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

border-color css

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

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

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