Html Css Color HEX #F18262 Crusta

📋 copy color: '#F18262'

red 241 ◦ green 130 ◦ blue 98

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

Shades of Crusta #F18262

Tints of Crusta #F18262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.72%

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

R = 51.39%
G = 27.72%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F18262 (or 0xF18262) is known color: Crusta. HEX triplet: F1, 82 and 62. RGB value is (241,130,98). Sum of RGB (Red+Green+Blue) = 241+130+98=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F18262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18262 is #0E7D9D. Grayscale: #9F9F9F. Windows color (decimal): -949662 or 6456049. OLE color: 6456049.

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

Color convert

RGB 241 130 98 -
CMYK 0 0.46 0.59 0.05
HSL 13.43º 0.84% 0.66% -
HSV(B) 13.43º 0.59% 0.95% -
XYZ 46.46 35.55 15.97 -
YUV 159.54 93.27 186.1 -
System Red Green Blue C M Y K H S L
Decimal 241 130 98 0 0.46 0.59 0.05 13.43 0.84 0.66
Hex F1 82 62 0 2E 3B 5 D 54 42
Octal 361 202 142 0 56 73 5 15 124 102
Binary 11110001 10000010 1100010 0 101110 111011 101 1101 1010100 1000010

Color Harmonies of #F18262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18262

Black with #F18262

Text Example


Text Example

White with #F18262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18262; }

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

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

background-color css

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

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

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

border-color css

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

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

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