Html Css Color HEX #F55E2E Outrageous Orange

📋 copy color: '#F55E2E'

red 245 ◦ green 94 ◦ blue 46

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

Shades of Outrageous Orange #F55E2E

Tints of Outrageous Orange #F55E2E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.42%

 BLUE value IS 46 (18.36% from 255) = 11.95%

R = 63.64%
G = 24.42%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F55E2E (or 0xF55E2E) is known color: Outrageous Orange. HEX triplet: F5, 5E and 2E. RGB value is (245,94,46). Sum of RGB (Red+Green+Blue) = 245+94+46=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55E2E is #0AA1D1. Grayscale: #868686. Windows color (decimal): -696786 or 3038965. OLE color: 3038965.

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

Color convert

RGB 245 94 46 -
CMYK 0 0.62 0.81 0.04
HSL 14.47º 0.91% 0.57% -
HSV(B) 14.47º 0.81% 0.96% -
XYZ 42.15 27.62 5.69 -
YUV 133.68 78.53 207.4 -
System Red Green Blue C M Y K H S L
Decimal 245 94 46 0 0.62 0.81 0.04 14.47 0.91 0.57
Hex F5 5E 2E 0 3E 51 4 E 5B 39
Octal 365 136 56 0 76 121 4 16 133 71
Binary 11110101 1011110 101110 0 111110 1010001 100 1110 1011011 111001

Color Harmonies of #F55E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55E2E

Black with #F55E2E

Text Example


Text Example

White with #F55E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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