#ED5F3F

Color #ED5F3F Outrageous Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outrageous Orange #ED5F3F

Tints of Outrageous Orange #ED5F3F

Color information

#ED5F3F (or 0xED5F3F) is unknown color: approx Outrageous Orange. HEX triplet: ED, 5F and 3F. RGB value is (237,95,63). Sum of RGB (Red+Green+Blue) = 237+95+63=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5F3F is #12A0C0. Grayscale: #868686. Windows color (decimal): -1220801 or 4153325. OLE color: 4153325.

HSL color Cylindrical-coordinate representation of color #ED5F3F: hue angle of 11.03º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED5F3F is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB2379563-
CMYK00.600.730.07
HSL11.03º82.86%58.82%-
HSV(B)11.03º73.42%92.94%-
XYZ39.9126.557.72-
YUV133.8188.04201.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 63 (25% from 255) = 15.95%
R=60%
G=24.05%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237956300.600.730.0711.0382.8658.82
HexED5F3F03C497b533b
Octal3551377707411171312373
Binary1110110110111111111110111100100100111110111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5F3F; }

 p { color: rgb(237,95,63); }

 H1.HeaderClassName
 {
   color: #ED5F3F;
 }
 .AnyTagClassName
 {
   color: #ED5F3F;
 }
</style>
background-color css

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

 a { background-color: rgb(237,95,63); }

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

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

 span { border-color: rgb(237,95,63); }

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