Html Css Color HEX #F55A37 Outrageous Orange

📋 copy color: '#F55A37'

red 245 ◦ green 90 ◦ blue 55

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

Shades of Outrageous Orange #F55A37

Tints of Outrageous Orange #F55A37

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.08%

 BLUE value IS 55 (21.88% from 255) = 14.1%

R = 62.82%
G = 23.08%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F55A37 (or 0xF55A37) is known color: Outrageous Orange. HEX triplet: F5, 5A and 37. RGB value is (245,90,55). Sum of RGB (Red+Green+Blue) = 245+90+55=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55A37 is #0AA5C8. Grayscale: #848484. Windows color (decimal): -697801 or 3627765. OLE color: 3627765.

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

Color convert

RGB 245 90 55 -
CMYK 0 0.63 0.78 0.04
HSL 11.05º 0.9% 0.59% -
HSV(B) 11.05º 0.78% 0.96% -
XYZ 42 27 6.61 -
YUV 132.36 84.35 208.35 -
System Red Green Blue C M Y K H S L
Decimal 245 90 55 0 0.63 0.78 0.04 11.05 0.9 0.59
Hex F5 5A 37 0 3F 4E 4 B 5A 3B
Octal 365 132 67 0 77 116 4 13 132 73
Binary 11110101 1011010 110111 0 111111 1001110 100 1011 1011010 111011

Color Harmonies of #F55A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A37

Black with #F55A37

Text Example


Text Example

White with #F55A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A37; }

 p { color: rgb(245,90,55); }

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

background-color css

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

 a { background-color: rgb(245,90,55); }

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

border-color css

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

 span { border-color: rgb(245,90,55); }

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