Html Css Color HEX #F18056 Crusta

📋 copy color: '#F18056'

red 241 ◦ green 128 ◦ blue 86

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

Shades of Crusta #F18056

Tints of Crusta #F18056

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

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

R = 52.97%
G = 28.13%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F18056 (or 0xF18056) is known color: Crusta. HEX triplet: F1, 80 and 56. RGB value is (241,128,86). Sum of RGB (Red+Green+Blue) = 241+128+86=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F18056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18056 is #0E7FA9. Grayscale: #9D9D9D. Windows color (decimal): -950186 or 5669105. OLE color: 5669105.

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

Color convert

RGB 241 128 86 -
CMYK 0 0.47 0.64 0.05
HSL 16.26º 0.85% 0.64% -
HSV(B) 16.26º 0.64% 0.95% -
XYZ 45.67 34.81 13.12 -
YUV 157 87.94 187.92 -
System Red Green Blue C M Y K H S L
Decimal 241 128 86 0 0.47 0.64 0.05 16.26 0.85 0.64
Hex F1 80 56 0 2F 40 5 10 55 40
Octal 361 200 126 0 57 100 5 20 125 100
Binary 11110001 10000000 1010110 0 101111 1000000 101 10000 1010101 1000000

Color Harmonies of #F18056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18056

Black with #F18056

Text Example


Text Example

White with #F18056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18056; }

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

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

background-color css

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

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

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

border-color css

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

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

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