Html Css Color HEX #F18C64 Crusta

📋 copy color: '#F18C64'

red 241 ◦ green 140 ◦ blue 100

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

Shades of Crusta #F18C64

Tints of Crusta #F18C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.11%

 BLUE value IS 100 (39.45% from 255) = 20.79%

R = 50.1%
G = 29.11%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F18C64 (or 0xF18C64) is known color: Crusta. HEX triplet: F1, 8C and 64. RGB value is (241,140,100). Sum of RGB (Red+Green+Blue) = 241+140+100=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C64 is #0E739B. Grayscale: #A5A5A5. Windows color (decimal): -947100 or 6589681. OLE color: 6589681.

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

Color convert

RGB 241 140 100 -
CMYK 0 0.42 0.59 0.05
HSL 17.02º 0.83% 0.67% -
HSV(B) 17.02º 0.59% 0.95% -
XYZ 47.95 38.38 16.94 -
YUV 165.64 90.96 181.75 -
System Red Green Blue C M Y K H S L
Decimal 241 140 100 0 0.42 0.59 0.05 17.02 0.83 0.67
Hex F1 8C 64 0 2A 3B 5 11 53 43
Octal 361 214 144 0 52 73 5 21 123 103
Binary 11110001 10001100 1100100 0 101010 111011 101 10001 1010011 1000011

Color Harmonies of #F18C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C64

Black with #F18C64

Text Example


Text Example

White with #F18C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C64; }

 p { color: rgb(241,140,100); }

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

background-color css

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

 a { background-color: rgb(241,140,100); }

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

border-color css

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

 span { border-color: rgb(241,140,100); }

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