Html Css Color HEX #F18A66 Crusta

📋 copy color: '#F18A66'

red 241 ◦ green 138 ◦ blue 102

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

Shades of Crusta #F18A66

Tints of Crusta #F18A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.21%

R = 50.1%
G = 28.69%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F18A66 (or 0xF18A66) is known color: Crusta. HEX triplet: F1, 8A and 66. RGB value is (241,138,102). Sum of RGB (Red+Green+Blue) = 241+138+102=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A66 is #0E7599. Grayscale: #A4A4A4. Windows color (decimal): -947610 or 6720241. OLE color: 6720241.

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

Color convert

RGB 241 138 102 -
CMYK 0 0.43 0.58 0.05
HSL 15.54º 0.83% 0.67% -
HSV(B) 15.54º 0.58% 0.95% -
XYZ 47.76 37.84 17.36 -
YUV 164.69 92.62 182.43 -
System Red Green Blue C M Y K H S L
Decimal 241 138 102 0 0.43 0.58 0.05 15.54 0.83 0.67
Hex F1 8A 66 0 2B 3A 5 10 53 43
Octal 361 212 146 0 53 72 5 20 123 103
Binary 11110001 10001010 1100110 0 101011 111010 101 10000 1010011 1000011

Color Harmonies of #F18A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A66

Black with #F18A66

Text Example


Text Example

White with #F18A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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