Html Css Color HEX #F18A64 Crusta

📋 copy color: '#F18A64'

red 241 ◦ green 138 ◦ blue 100

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

Shades of Crusta #F18A64

Tints of Crusta #F18A64

RGB

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

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

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

R = 50.31%
G = 28.81%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F18A64 (or 0xF18A64) is known color: Crusta. HEX triplet: F1, 8A and 64. RGB value is (241,138,100). Sum of RGB (Red+Green+Blue) = 241+138+100=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A64 is #0E759B. Grayscale: #A4A4A4. Windows color (decimal): -947612 or 6589169. OLE color: 6589169.

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

Color convert

RGB 241 138 100 -
CMYK 0 0.43 0.59 0.05
HSL 16.17º 0.83% 0.67% -
HSV(B) 16.17º 0.59% 0.95% -
XYZ 47.66 37.8 16.84 -
YUV 164.47 91.62 182.59 -
System Red Green Blue C M Y K H S L
Decimal 241 138 100 0 0.43 0.59 0.05 16.17 0.83 0.67
Hex F1 8A 64 0 2B 3B 5 10 53 43
Octal 361 212 144 0 53 73 5 20 123 103
Binary 11110001 10001010 1100100 0 101011 111011 101 10000 1010011 1000011

Color Harmonies of #F18A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A64

Black with #F18A64

Text Example


Text Example

White with #F18A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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