Html Css Color HEX #F18665 Crusta

📋 copy color: '#F18665'

red 241 ◦ green 134 ◦ blue 101

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

Shades of Crusta #F18665

Tints of Crusta #F18665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.15%

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

R = 50.63%
G = 28.15%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F18665 (or 0xF18665) is known color: Crusta. HEX triplet: F1, 86 and 65. RGB value is (241,134,101). Sum of RGB (Red+Green+Blue) = 241+134+101=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F18665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18665 is #0E799A. Grayscale: #A2A2A2. Windows color (decimal): -948635 or 6653681. OLE color: 6653681.

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

Color convert

RGB 241 134 101 -
CMYK 0 0.44 0.58 0.05
HSL 14.14º 0.83% 0.67% -
HSV(B) 14.14º 0.58% 0.95% -
XYZ 47.15 36.69 16.91 -
YUV 162.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 241 134 101 0 0.44 0.58 0.05 14.14 0.83 0.67
Hex F1 86 65 0 2C 3A 5 E 53 43
Octal 361 206 145 0 54 72 5 16 123 103
Binary 11110001 10000110 1100101 0 101100 111010 101 1110 1010011 1000011

Color Harmonies of #F18665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18665

Black with #F18665

Text Example


Text Example

White with #F18665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18665; }

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

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

background-color css

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

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

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

border-color css

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

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

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