Html Css Color HEX #F18F60 Crusta

📋 copy color: '#F18F60'

red 241 ◦ green 143 ◦ blue 96

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

Shades of Crusta #F18F60

Tints of Crusta #F18F60

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.79%

 BLUE value IS 96 (37.89% from 255) = 20%

R = 50.21%
G = 29.79%
B = 20%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F18F60 (or 0xF18F60) is known color: Crusta. HEX triplet: F1, 8F and 60. RGB value is (241,143,96). Sum of RGB (Red+Green+Blue) = 241+143+96=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F60 is #0E709F. Grayscale: #A7A7A7. Windows color (decimal): -946336 or 6328305. OLE color: 6328305.

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

Color convert

RGB 241 143 96 -
CMYK 0 0.41 0.60 0.05
HSL 19.45º 0.84% 0.66% -
HSV(B) 19.45º 0.6% 0.95% -
XYZ 48.21 39.19 16.09 -
YUV 166.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 241 143 96 0 0.41 0.60 0.05 19.45 0.84 0.66
Hex F1 8F 60 0 29 3C 5 13 54 42
Octal 361 217 140 0 51 74 5 23 124 102
Binary 11110001 10001111 1100000 0 101001 111100 101 10011 1010100 1000010

Color Harmonies of #F18F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F60

Black with #F18F60

Text Example


Text Example

White with #F18F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F60; }

 p { color: rgb(241,143,96); }

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

background-color css

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

 a { background-color: rgb(241,143,96); }

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

border-color css

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

 span { border-color: rgb(241,143,96); }

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