Html Css Color HEX #F58E5E Crusta

📋 copy color: '#F58E5E'

red 245 ◦ green 142 ◦ blue 94

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

Shades of Crusta #F58E5E

Tints of Crusta #F58E5E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.52%

 BLUE value IS 94 (37.11% from 255) = 19.54%

R = 50.94%
G = 29.52%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F58E5E (or 0xF58E5E) is known color: Crusta. HEX triplet: F5, 8E and 5E. RGB value is (245,142,94). Sum of RGB (Red+Green+Blue) = 245+142+94=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58E5E is #0A71A1. Grayscale: #A7A7A7. Windows color (decimal): -684450 or 6196981. OLE color: 6196981.

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

Color convert

RGB 245 142 94 -
CMYK 0 0.42 0.62 0.04
HSL 19.07º 0.88% 0.66% -
HSV(B) 19.07º 0.62% 0.96% -
XYZ 49.35 39.57 15.63 -
YUV 167.33 86.62 183.4 -
System Red Green Blue C M Y K H S L
Decimal 245 142 94 0 0.42 0.62 0.04 19.07 0.88 0.66
Hex F5 8E 5E 0 2A 3E 4 13 58 42
Octal 365 216 136 0 52 76 4 23 130 102
Binary 11110101 10001110 1011110 0 101010 111110 100 10011 1011000 1000010

Color Harmonies of #F58E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58E5E

Black with #F58E5E

Text Example


Text Example

White with #F58E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58E5E; }

 p { color: rgb(245,142,94); }

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

background-color css

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

 a { background-color: rgb(245,142,94); }

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

border-color css

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

 span { border-color: rgb(245,142,94); }

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