Html Css Color HEX #F58B60 Crusta

📋 copy color: '#F58B60'

red 245 ◦ green 139 ◦ blue 96

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

Shades of Crusta #F58B60

Tints of Crusta #F58B60

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.96%

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

R = 51.04%
G = 28.96%
B = 20%

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

#F58B60 (or 0xF58B60) is known color: Crusta. HEX triplet: F5, 8B and 60. RGB value is (245,139,96). Sum of RGB (Red+Green+Blue) = 245+139+96=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58B60 is #0A749F. Grayscale: #A6A6A6. Windows color (decimal): -685216 or 6327285. OLE color: 6327285.

HSL color Cylindrical-coordinate representation of color #F58B60: hue angle of 17.32º 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 #F58B60 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 139 96 -
CMYK 0 0.43 0.61 0.04
HSL 17.32º 0.88% 0.67% -
HSV(B) 17.32º 0.61% 0.96% -
XYZ 49 38.72 15.96 -
YUV 165.79 88.62 184.5 -
System Red Green Blue C M Y K H S L
Decimal 245 139 96 0 0.43 0.61 0.04 17.32 0.88 0.67
Hex F5 8B 60 0 2B 3D 4 11 58 43
Octal 365 213 140 0 53 75 4 21 130 103
Binary 11110101 10001011 1100000 0 101011 111101 100 10001 1011000 1000011

Color Harmonies of #F58B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58B60

Black with #F58B60

Text Example


Text Example

White with #F58B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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