Html Css Color HEX #F58460 Crusta

📋 copy color: '#F58460'

red 245 ◦ green 132 ◦ blue 96

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

Shades of Crusta #F58460

Tints of Crusta #F58460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.91%

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

R = 51.8%
G = 27.91%
B = 20.3%

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

#F58460 (or 0xF58460) is known color: Crusta. HEX triplet: F5, 84 and 60. RGB value is (245,132,96). Sum of RGB (Red+Green+Blue) = 245+132+96=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F58460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58460 is #0A7B9F. Grayscale: #A1A1A1. Windows color (decimal): -687008 or 6325493. OLE color: 6325493.

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

Color convert

RGB 245 132 96 -
CMYK 0 0.46 0.61 0.04
HSL 14.5º 0.88% 0.67% -
HSV(B) 14.5º 0.61% 0.96% -
XYZ 48.02 36.76 15.63 -
YUV 161.68 90.94 187.43 -
System Red Green Blue C M Y K H S L
Decimal 245 132 96 0 0.46 0.61 0.04 14.5 0.88 0.67
Hex F5 84 60 0 2E 3D 4 E 58 43
Octal 365 204 140 0 56 75 4 16 130 103
Binary 11110101 10000100 1100000 0 101110 111101 100 1110 1011000 1000011

Color Harmonies of #F58460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58460

Black with #F58460

Text Example


Text Example

White with #F58460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58460; }

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

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

background-color css

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

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

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

border-color css

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

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

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