Html Css Color HEX #F5593A Outrageous Orange

📋 copy color: '#F5593A'

red 245 ◦ green 89 ◦ blue 58

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

Shades of Outrageous Orange #F5593A

Tints of Outrageous Orange #F5593A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.7%

 BLUE value IS 58 (23.05% from 255) = 14.8%

R = 62.5%
G = 22.7%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5593A (or 0xF5593A) is known color: Outrageous Orange. HEX triplet: F5, 59 and 3A. RGB value is (245,89,58). Sum of RGB (Red+Green+Blue) = 245+89+58=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F5593A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5593A is #0AA6C5. Grayscale: #848484. Windows color (decimal): -698054 or 3824117. OLE color: 3824117.

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

Color convert

RGB 245 89 58 -
CMYK 0 0.64 0.76 0.04
HSL 9.95º 0.9% 0.59% -
HSV(B) 9.95º 0.76% 0.96% -
XYZ 41.99 26.86 6.97 -
YUV 132.11 86.18 208.52 -
System Red Green Blue C M Y K H S L
Decimal 245 89 58 0 0.64 0.76 0.04 9.95 0.9 0.59
Hex F5 59 3A 0 40 4C 4 A 5A 3B
Octal 365 131 72 0 100 114 4 12 132 73
Binary 11110101 1011001 111010 0 1000000 1001100 100 1010 1011010 111011

Color Harmonies of #F5593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5593A

Black with #F5593A

Text Example


Text Example

White with #F5593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5593A; }

 p { color: rgb(245,89,58); }

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

background-color css

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

 a { background-color: rgb(245,89,58); }

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

border-color css

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

 span { border-color: rgb(245,89,58); }

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