Html Css Color HEX #F18C65 Crusta

📋 copy color: '#F18C65'

red 241 ◦ green 140 ◦ blue 101

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

Shades of Crusta #F18C65

Tints of Crusta #F18C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.95%

R = 50%
G = 29.05%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F18C65 (or 0xF18C65) is known color: Crusta. HEX triplet: F1, 8C and 65. RGB value is (241,140,101). Sum of RGB (Red+Green+Blue) = 241+140+101=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C65 is #0E739A. Grayscale: #A6A6A6. Windows color (decimal): -947099 or 6655217. OLE color: 6655217.

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

Color convert

RGB 241 140 101 -
CMYK 0 0.42 0.58 0.05
HSL 16.71º 0.83% 0.67% -
HSV(B) 16.71º 0.58% 0.95% -
XYZ 48 38.4 17.19 -
YUV 165.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 241 140 101 0 0.42 0.58 0.05 16.71 0.83 0.67
Hex F1 8C 65 0 2A 3A 5 11 53 43
Octal 361 214 145 0 52 72 5 21 123 103
Binary 11110001 10001100 1100101 0 101010 111010 101 10001 1010011 1000011

Color Harmonies of #F18C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C65

Black with #F18C65

Text Example


Text Example

White with #F18C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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