Html Css Color HEX #F18D64 Crusta

📋 copy color: '#F18D64'

red 241 ◦ green 141 ◦ blue 100

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

Shades of Crusta #F18D64

Tints of Crusta #F18D64

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.25%

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

R = 50%
G = 29.25%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F18D64 (or 0xF18D64) is known color: Crusta. HEX triplet: F1, 8D and 64. RGB value is (241,141,100). Sum of RGB (Red+Green+Blue) = 241+141+100=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D64 is #0E729B. Grayscale: #A6A6A6. Windows color (decimal): -946844 or 6589937. OLE color: 6589937.

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

Color convert

RGB 241 141 100 -
CMYK 0 0.41 0.59 0.05
HSL 17.45º 0.83% 0.67% -
HSV(B) 17.45º 0.59% 0.95% -
XYZ 48.1 38.67 16.99 -
YUV 166.23 90.63 181.33 -
System Red Green Blue C M Y K H S L
Decimal 241 141 100 0 0.41 0.59 0.05 17.45 0.83 0.67
Hex F1 8D 64 0 29 3B 5 11 53 43
Octal 361 215 144 0 51 73 5 21 123 103
Binary 11110001 10001101 1100100 0 101001 111011 101 10001 1010011 1000011

Color Harmonies of #F18D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D64

Black with #F18D64

Text Example


Text Example

White with #F18D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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