Html Css Color HEX #F55E3E Outrageous Orange

📋 copy color: '#F55E3E'

red 245 ◦ green 94 ◦ blue 62

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

Shades of Outrageous Orange #F55E3E

Tints of Outrageous Orange #F55E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.46%

R = 61.1%
G = 23.44%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F55E3E (or 0xF55E3E) is known color: Outrageous Orange. HEX triplet: F5, 5E and 3E. RGB value is (245,94,62). Sum of RGB (Red+Green+Blue) = 245+94+62=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55E3E is #0AA1C1. Grayscale: #878787. Windows color (decimal): -696770 or 4087541. OLE color: 4087541.

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

Color convert

RGB 245 94 62 -
CMYK 0 0.62 0.75 0.04
HSL 10.49º 0.9% 0.6% -
HSV(B) 10.49º 0.75% 0.96% -
XYZ 42.53 27.77 7.68 -
YUV 135.5 86.53 206.1 -
System Red Green Blue C M Y K H S L
Decimal 245 94 62 0 0.62 0.75 0.04 10.49 0.9 0.6
Hex F5 5E 3E 0 3E 4B 4 A 5A 3C
Octal 365 136 76 0 76 113 4 12 132 74
Binary 11110101 1011110 111110 0 111110 1001011 100 1010 1011010 111100

Color Harmonies of #F55E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55E3E

Black with #F55E3E

Text Example


Text Example

White with #F55E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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