Html Css Color HEX #F18866 Crusta

📋 copy color: '#F18866'

red 241 ◦ green 136 ◦ blue 102

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

Shades of Crusta #F18866

Tints of Crusta #F18866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.39%

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

R = 50.31%
G = 28.39%
B = 21.29%

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

#F18866 (or 0xF18866) is known color: Crusta. HEX triplet: F1, 88 and 66. RGB value is (241,136,102). Sum of RGB (Red+Green+Blue) = 241+136+102=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F18866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18866 is #0E7799. Grayscale: #A3A3A3. Windows color (decimal): -948122 or 6719729. OLE color: 6719729.

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

Color convert

RGB 241 136 102 -
CMYK 0 0.44 0.58 0.05
HSL 14.68º 0.83% 0.67% -
HSV(B) 14.68º 0.58% 0.95% -
XYZ 47.48 37.27 17.26 -
YUV 163.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 241 136 102 0 0.44 0.58 0.05 14.68 0.83 0.67
Hex F1 88 66 0 2C 3A 5 F 53 43
Octal 361 210 146 0 54 72 5 17 123 103
Binary 11110001 10001000 1100110 0 101100 111010 101 1111 1010011 1000011

Color Harmonies of #F18866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18866

Black with #F18866

Text Example


Text Example

White with #F18866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18866; }

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

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

background-color css

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

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

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

border-color css

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

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

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