Html Css Color HEX #F55B2E Outrageous Orange

📋 copy color: '#F55B2E'

red 245 ◦ green 91 ◦ blue 46

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

Shades of Outrageous Orange #F55B2E

Tints of Outrageous Orange #F55B2E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.82%

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

R = 64.14%
G = 23.82%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F55B2E (or 0xF55B2E) is known color: Outrageous Orange. HEX triplet: F5, 5B and 2E. RGB value is (245,91,46). Sum of RGB (Red+Green+Blue) = 245+91+46=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55B2E is #0AA4D1. Grayscale: #848484. Windows color (decimal): -697554 or 3038197. OLE color: 3038197.

HSL color Cylindrical-coordinate representation of color #F55B2E: hue angle of 13.57º 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 #F55B2E is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 91 46 -
CMYK 0 0.63 0.81 0.04
HSL 13.57º 0.91% 0.57% -
HSV(B) 13.57º 0.81% 0.96% -
XYZ 41.89 27.09 5.61 -
YUV 131.92 79.52 208.66 -
System Red Green Blue C M Y K H S L
Decimal 245 91 46 0 0.63 0.81 0.04 13.57 0.91 0.57
Hex F5 5B 2E 0 3F 51 4 E 5B 39
Octal 365 133 56 0 77 121 4 16 133 71
Binary 11110101 1011011 101110 0 111111 1010001 100 1110 1011011 111001

Color Harmonies of #F55B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55B2E

Black with #F55B2E

Text Example


Text Example

White with #F55B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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