Html Css Color HEX #F55B2D Outrageous Orange

📋 copy color: '#F55B2D'

red 245 ◦ green 91 ◦ blue 45

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

Shades of Outrageous Orange #F55B2D

Tints of Outrageous Orange #F55B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.81%

R = 64.3%
G = 23.88%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F55B2D (or 0xF55B2D) is known color: Outrageous Orange. HEX triplet: F5, 5B and 2D. RGB value is (245,91,45). Sum of RGB (Red+Green+Blue) = 245+91+45=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55B2D is #0AA4D2. Grayscale: #848484. Windows color (decimal): -697555 or 2972661. OLE color: 2972661.

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

Color convert

RGB 245 91 45 -
CMYK 0 0.63 0.82 0.04
HSL 13.8º 0.91% 0.57% -
HSV(B) 13.8º 0.82% 0.96% -
XYZ 41.87 27.08 5.5 -
YUV 131.8 79.02 208.74 -
System Red Green Blue C M Y K H S L
Decimal 245 91 45 0 0.63 0.82 0.04 13.8 0.91 0.57
Hex F5 5B 2D 0 3F 52 4 E 5B 39
Octal 365 133 55 0 77 122 4 16 133 71
Binary 11110101 1011011 101101 0 111111 1010010 100 1110 1011011 111001

Color Harmonies of #F55B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55B2D

Black with #F55B2D

Text Example


Text Example

White with #F55B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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