#ED622F

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

Shades of Outrageous Orange #ED622F

Tints of Outrageous Orange #ED622F

Color information

#ED622F (or 0xED622F) is unknown color: approx Outrageous Orange. HEX triplet: ED, 62 and 2F. RGB value is (237,98,47). Sum of RGB (Red+Green+Blue) = 237+98+47=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED622F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED622F is #129DD0. Grayscale: #868686. Windows color (decimal): -1220049 or 3105517. OLE color: 3105517.

HSL color Cylindrical-coordinate representation of color #ED622F: hue angle of 16.11º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED622F is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB2379847-
CMYK00.590.800.07
HSL16.11º84.07%55.69%-
HSV(B)16.11º80.17%92.94%-
XYZ39.8126.955.79-
YUV133.7579.05201.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.04%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 47 (18.75% from 255) = 12.30%
R=62.04%
G=25.65%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237984700.590.800.0716.1184.0755.69
HexED622F03B507105438
Octal3551425707312072012470
Binary11101101110001010111101110111010000111100001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED622F; }

 p { color: rgb(237,98,47); }

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

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

 a { background-color: rgb(237,98,47); }

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

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

 span { border-color: rgb(237,98,47); }

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