Html Css Color HEX #F18C61 Crusta

📋 copy color: '#F18C61'

red 241 ◦ green 140 ◦ blue 97

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

Shades of Crusta #F18C61

Tints of Crusta #F18C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.29%

R = 50.42%
G = 29.29%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F18C61 (or 0xF18C61) is known color: Crusta. HEX triplet: F1, 8C and 61. RGB value is (241,140,97). Sum of RGB (Red+Green+Blue) = 241+140+97=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C61 is #0E739E. Grayscale: #A5A5A5. Windows color (decimal): -947103 or 6393073. OLE color: 6393073.

HSL color Cylindrical-coordinate representation of color #F18C61: hue angle of 17.92º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F18C61 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 140 97 -
CMYK 0 0.42 0.60 0.05
HSL 17.92º 0.84% 0.66% -
HSV(B) 17.92º 0.6% 0.95% -
XYZ 47.81 38.32 16.19 -
YUV 165.3 89.46 182 -
System Red Green Blue C M Y K H S L
Decimal 241 140 97 0 0.42 0.60 0.05 17.92 0.84 0.66
Hex F1 8C 61 0 2A 3C 5 12 54 42
Octal 361 214 141 0 52 74 5 22 124 102
Binary 11110001 10001100 1100001 0 101010 111100 101 10010 1010100 1000010

Color Harmonies of #F18C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C61

Black with #F18C61

Text Example


Text Example

White with #F18C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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