Html Css Color HEX #F58361 Crusta

📋 copy color: '#F58361'

red 245 ◦ green 131 ◦ blue 97

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

Shades of Crusta #F58361

Tints of Crusta #F58361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.7%

 BLUE value IS 97 (38.28% from 255) = 20.51%

R = 51.8%
G = 27.7%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F58361 (or 0xF58361) is known color: Crusta. HEX triplet: F5, 83 and 61. RGB value is (245,131,97). Sum of RGB (Red+Green+Blue) = 245+131+97=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F58361 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58361 is #0A7C9E. Grayscale: #A1A1A1. Windows color (decimal): -687263 or 6390773. OLE color: 6390773.

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

Color convert

RGB 245 131 97 -
CMYK 0 0.47 0.60 0.04
HSL 13.78º 0.88% 0.67% -
HSV(B) 13.78º 0.6% 0.96% -
XYZ 47.93 36.51 15.83 -
YUV 161.21 91.77 187.76 -
System Red Green Blue C M Y K H S L
Decimal 245 131 97 0 0.47 0.60 0.04 13.78 0.88 0.67
Hex F5 83 61 0 2F 3C 4 E 58 43
Octal 365 203 141 0 57 74 4 16 130 103
Binary 11110101 10000011 1100001 0 101111 111100 100 1110 1011000 1000011

Color Harmonies of #F58361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58361

Black with #F58361

Text Example


Text Example

White with #F58361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58361; }

 p { color: rgb(245,131,97); }

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

background-color css

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

 a { background-color: rgb(245,131,97); }

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

border-color css

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

 span { border-color: rgb(245,131,97); }

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