Html Css Color HEX #F18850 Crusta

📋 copy color: '#F18850'

red 241 ◦ green 136 ◦ blue 80

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

Shades of Crusta #F18850

Tints of Crusta #F18850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.76%

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

R = 52.74%
G = 29.76%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F18850 (or 0xF18850) is known color: Crusta. HEX triplet: F1, 88 and 50. RGB value is (241,136,80). Sum of RGB (Red+Green+Blue) = 241+136+80=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F18850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18850 is #0E77AF. Grayscale: #A1A1A1. Windows color (decimal): -948144 or 5277937. OLE color: 5277937.

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

Color convert

RGB 241 136 80 -
CMYK 0 0.44 0.67 0.05
HSL 20.87º 0.85% 0.63% -
HSV(B) 20.87º 0.67% 0.95% -
XYZ 46.53 36.89 12.26 -
YUV 161.01 82.29 185.05 -
System Red Green Blue C M Y K H S L
Decimal 241 136 80 0 0.44 0.67 0.05 20.87 0.85 0.63
Hex F1 88 50 0 2C 43 5 15 55 3F
Octal 361 210 120 0 54 103 5 25 125 77
Binary 11110001 10001000 1010000 0 101100 1000011 101 10101 1010101 111111

Color Harmonies of #F18850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18850

Black with #F18850

Text Example


Text Example

White with #F18850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18850; }

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

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

background-color css

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

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

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

border-color css

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

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

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