Html Css Color HEX #F58C60 Crusta

📋 copy color: '#F58C60'

red 245 ◦ green 140 ◦ blue 96

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

Shades of Crusta #F58C60

Tints of Crusta #F58C60

RGB

 RED value IS 245 (96.09% from 255) = 50.94%

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

 BLUE value IS 96 (37.89% from 255) = 19.96%

R = 50.94%
G = 29.11%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F58C60 (or 0xF58C60) is known color: Crusta. HEX triplet: F5, 8C and 60. RGB value is (245,140,96). Sum of RGB (Red+Green+Blue) = 245+140+96=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58C60 is #0A739F. Grayscale: #A6A6A6. Windows color (decimal): -684960 or 6327541. OLE color: 6327541.

HSL color Cylindrical-coordinate representation of color #F58C60: hue angle of 17.72º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F58C60 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 140 96 -
CMYK 0 0.43 0.61 0.04
HSL 17.72º 0.88% 0.67% -
HSV(B) 17.72º 0.61% 0.96% -
XYZ 49.15 39.01 16.01 -
YUV 166.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 245 140 96 0 0.43 0.61 0.04 17.72 0.88 0.67
Hex F5 8C 60 0 2B 3D 4 12 58 43
Octal 365 214 140 0 53 75 4 22 130 103
Binary 11110101 10001100 1100000 0 101011 111101 100 10010 1011000 1000011

Color Harmonies of #F58C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58C60

Black with #F58C60

Text Example


Text Example

White with #F58C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58C60; }

 p { color: rgb(245,140,96); }

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

background-color css

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

 a { background-color: rgb(245,140,96); }

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

border-color css

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

 span { border-color: rgb(245,140,96); }

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