Html Css Color HEX #F18B65 Crusta

📋 copy color: '#F18B65'

red 241 ◦ green 139 ◦ blue 101

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

Shades of Crusta #F18B65

Tints of Crusta #F18B65

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.9%

 BLUE value IS 101 (39.84% from 255) = 21%

R = 50.1%
G = 28.9%
B = 21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F18B65 (or 0xF18B65) is known color: Crusta. HEX triplet: F1, 8B and 65. RGB value is (241,139,101). Sum of RGB (Red+Green+Blue) = 241+139+101=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B65 is #0E749A. Grayscale: #A5A5A5. Windows color (decimal): -947355 or 6654961. OLE color: 6654961.

HSL color Cylindrical-coordinate representation of color #F18B65: hue angle of 16.29º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F18B65 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 139 101 -
CMYK 0 0.42 0.58 0.05
HSL 16.29º 0.83% 0.67% -
HSV(B) 16.29º 0.58% 0.95% -
XYZ 47.86 38.11 17.14 -
YUV 165.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 241 139 101 0 0.42 0.58 0.05 16.29 0.83 0.67
Hex F1 8B 65 0 2A 3A 5 10 53 43
Octal 361 213 145 0 52 72 5 20 123 103
Binary 11110001 10001011 1100101 0 101010 111010 101 10000 1010011 1000011

Color Harmonies of #F18B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18B65

Black with #F18B65

Text Example


Text Example

White with #F18B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18B65; }

 p { color: rgb(241,139,101); }

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

background-color css

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

 a { background-color: rgb(241,139,101); }

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

border-color css

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

 span { border-color: rgb(241,139,101); }

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