Html Css Color HEX #F18A62 Crusta

📋 copy color: '#F18A62'

red 241 ◦ green 138 ◦ blue 98

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

Shades of Crusta #F18A62

Tints of Crusta #F18A62

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.93%

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

R = 50.52%
G = 28.93%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F18A62 (or 0xF18A62) is known color: Crusta. HEX triplet: F1, 8A and 62. RGB value is (241,138,98). Sum of RGB (Red+Green+Blue) = 241+138+98=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A62 is #0E759D. Grayscale: #A4A4A4. Windows color (decimal): -947614 or 6458097. OLE color: 6458097.

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

Color convert

RGB 241 138 98 -
CMYK 0 0.43 0.59 0.05
HSL 16.78º 0.84% 0.66% -
HSV(B) 16.78º 0.59% 0.95% -
XYZ 47.57 37.76 16.34 -
YUV 164.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 241 138 98 0 0.43 0.59 0.05 16.78 0.84 0.66
Hex F1 8A 62 0 2B 3B 5 11 54 42
Octal 361 212 142 0 53 73 5 21 124 102
Binary 11110001 10001010 1100010 0 101011 111011 101 10001 1010100 1000010

Color Harmonies of #F18A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A62

Black with #F18A62

Text Example


Text Example

White with #F18A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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