Html Css Color HEX #F58764 Crusta

📋 copy color: '#F58764'

red 245 ◦ green 135 ◦ blue 100

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

Shades of Crusta #F58764

Tints of Crusta #F58764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.13%

 BLUE value IS 100 (39.45% from 255) = 20.83%

R = 51.04%
G = 28.13%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F58764 (or 0xF58764) is known color: Crusta. HEX triplet: F5, 87 and 64. RGB value is (245,135,100). Sum of RGB (Red+Green+Blue) = 245+135+100=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F58764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58764 is #0A789B. Grayscale: #A4A4A4. Windows color (decimal): -686236 or 6588405. OLE color: 6588405.

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

Color convert

RGB 245 135 100 -
CMYK 0 0.45 0.59 0.04
HSL 14.48º 0.88% 0.68% -
HSV(B) 14.48º 0.59% 0.96% -
XYZ 48.62 37.66 16.76 -
YUV 163.9 91.94 185.85 -
System Red Green Blue C M Y K H S L
Decimal 245 135 100 0 0.45 0.59 0.04 14.48 0.88 0.68
Hex F5 87 64 0 2D 3B 4 E 58 44
Octal 365 207 144 0 55 73 4 16 130 104
Binary 11110101 10000111 1100100 0 101101 111011 100 1110 1011000 1000100

Color Harmonies of #F58764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58764

Black with #F58764

Text Example


Text Example

White with #F58764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58764; }

 p { color: rgb(245,135,100); }

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

background-color css

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

 a { background-color: rgb(245,135,100); }

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

border-color css

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

 span { border-color: rgb(245,135,100); }

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