Html Css Color HEX #F58A5E Crusta

📋 copy color: '#F58A5E'

red 245 ◦ green 138 ◦ blue 94

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

Shades of Crusta #F58A5E

Tints of Crusta #F58A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.93%

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

R = 51.36%
G = 28.93%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F58A5E (or 0xF58A5E) is known color: Crusta. HEX triplet: F5, 8A and 5E. RGB value is (245,138,94). Sum of RGB (Red+Green+Blue) = 245+138+94=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58A5E is #0A75A1. Grayscale: #A5A5A5. Windows color (decimal): -685474 or 6195957. OLE color: 6195957.

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

Color convert

RGB 245 138 94 -
CMYK 0 0.44 0.62 0.04
HSL 17.48º 0.88% 0.66% -
HSV(B) 17.48º 0.62% 0.96% -
XYZ 48.77 38.4 15.43 -
YUV 164.98 87.95 185.08 -
System Red Green Blue C M Y K H S L
Decimal 245 138 94 0 0.44 0.62 0.04 17.48 0.88 0.66
Hex F5 8A 5E 0 2C 3E 4 11 58 42
Octal 365 212 136 0 54 76 4 21 130 102
Binary 11110101 10001010 1011110 0 101100 111110 100 10001 1011000 1000010

Color Harmonies of #F58A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58A5E

Black with #F58A5E

Text Example


Text Example

White with #F58A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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