Html Css Color HEX #F18C56 Crusta

📋 copy color: '#F18C56'

red 241 ◦ green 140 ◦ blue 86

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

Shades of Crusta #F18C56

Tints of Crusta #F18C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.42%

R = 51.61%
G = 29.98%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F18C56 (or 0xF18C56) is known color: Crusta. HEX triplet: F1, 8C and 56. RGB value is (241,140,86). Sum of RGB (Red+Green+Blue) = 241+140+86=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C56 is #0E73A9. Grayscale: #A4A4A4. Windows color (decimal): -947114 or 5672177. OLE color: 5672177.

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

Color convert

RGB 241 140 86 -
CMYK 0 0.42 0.64 0.05
HSL 20.9º 0.85% 0.64% -
HSV(B) 20.9º 0.64% 0.95% -
XYZ 47.33 38.13 13.67 -
YUV 164.04 83.96 182.89 -
System Red Green Blue C M Y K H S L
Decimal 241 140 86 0 0.42 0.64 0.05 20.9 0.85 0.64
Hex F1 8C 56 0 2A 40 5 15 55 40
Octal 361 214 126 0 52 100 5 25 125 100
Binary 11110001 10001100 1010110 0 101010 1000000 101 10101 1010101 1000000

Color Harmonies of #F18C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C56

Black with #F18C56

Text Example


Text Example

White with #F18C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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