Html Css Color HEX #F18562 Crusta

📋 copy color: '#F18562'

red 241 ◦ green 133 ◦ blue 98

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

Shades of Crusta #F18562

Tints of Crusta #F18562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

 BLUE value IS 98 (38.67% from 255) = 20.76%

R = 51.06%
G = 28.18%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F18562 (or 0xF18562) is known color: Crusta. HEX triplet: F1, 85 and 62. RGB value is (241,133,98). Sum of RGB (Red+Green+Blue) = 241+133+98=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F18562 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18562 is #0E7A9D. Grayscale: #A1A1A1. Windows color (decimal): -948894 or 6456817. OLE color: 6456817.

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

Color convert

RGB 241 133 98 -
CMYK 0 0.45 0.59 0.05
HSL 14.69º 0.84% 0.66% -
HSV(B) 14.69º 0.59% 0.95% -
XYZ 46.87 36.36 16.1 -
YUV 161.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 241 133 98 0 0.45 0.59 0.05 14.69 0.84 0.66
Hex F1 85 62 0 2D 3B 5 F 54 42
Octal 361 205 142 0 55 73 5 17 124 102
Binary 11110001 10000101 1100010 0 101101 111011 101 1111 1010100 1000010

Color Harmonies of #F18562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18562

Black with #F18562

Text Example


Text Example

White with #F18562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18562; }

 p { color: rgb(241,133,98); }

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

background-color css

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

 a { background-color: rgb(241,133,98); }

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

border-color css

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

 span { border-color: rgb(241,133,98); }

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