Html Css Color HEX #F58560 Crusta

📋 copy color: '#F58560'

red 245 ◦ green 133 ◦ blue 96

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

Shades of Crusta #F58560

Tints of Crusta #F58560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.06%

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

R = 51.69%
G = 28.06%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F58560 (or 0xF58560) is known color: Crusta. HEX triplet: F5, 85 and 60. RGB value is (245,133,96). Sum of RGB (Red+Green+Blue) = 245+133+96=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F58560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58560 is #0A7A9F. Grayscale: #A2A2A2. Windows color (decimal): -686752 or 6325749. OLE color: 6325749.

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

Color convert

RGB 245 133 96 -
CMYK 0 0.46 0.61 0.04
HSL 14.9º 0.88% 0.67% -
HSV(B) 14.9º 0.61% 0.96% -
XYZ 48.16 37.03 15.68 -
YUV 162.27 90.61 187.01 -
System Red Green Blue C M Y K H S L
Decimal 245 133 96 0 0.46 0.61 0.04 14.9 0.88 0.67
Hex F5 85 60 0 2E 3D 4 F 58 43
Octal 365 205 140 0 56 75 4 17 130 103
Binary 11110101 10000101 1100000 0 101110 111101 100 1111 1011000 1000011

Color Harmonies of #F58560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58560

Black with #F58560

Text Example


Text Example

White with #F58560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58560; }

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

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

background-color css

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

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

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

border-color css

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

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

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