Html Css Color HEX #F18464 Crusta

📋 copy color: '#F18464'

red 241 ◦ green 132 ◦ blue 100

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

Shades of Crusta #F18464

Tints of Crusta #F18464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.91%

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

R = 50.95%
G = 27.91%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F18464 (or 0xF18464) is known color: Crusta. HEX triplet: F1, 84 and 64. RGB value is (241,132,100). Sum of RGB (Red+Green+Blue) = 241+132+100=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F18464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18464 is #0E7B9B. Grayscale: #A1A1A1. Windows color (decimal): -949148 or 6587633. OLE color: 6587633.

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

Color convert

RGB 241 132 100 -
CMYK 0 0.45 0.59 0.05
HSL 13.62º 0.83% 0.67% -
HSV(B) 13.62º 0.59% 0.95% -
XYZ 46.83 36.12 16.56 -
YUV 160.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 241 132 100 0 0.45 0.59 0.05 13.62 0.83 0.67
Hex F1 84 64 0 2D 3B 5 E 53 43
Octal 361 204 144 0 55 73 5 16 123 103
Binary 11110001 10000100 1100100 0 101101 111011 101 1110 1010011 1000011

Color Harmonies of #F18464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18464

Black with #F18464

Text Example


Text Example

White with #F18464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18464; }

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

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

background-color css

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

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

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

border-color css

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

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

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